| | |
| | | * ID |
| | | */ |
| | | @ApiModelProperty(value= "ID") |
| | | @TableId(value = "id", type = IdType.INPUT) |
| | | @TableId(value = "id", type = IdType.AUTO) |
| | | private Long id; |
| | | |
| | | /** |
| | |
| | | this.rgvNo = rgvProtocol.getRgvNo(); |
| | | this.sendTime = now; |
| | | this.mode = command.getTaskModeType1().name(); |
| | | this.sourceRow = rgvProtocol.getRgvPosI();//小车当前位置 |
| | | this.sourceSta = command.getSourceStaNo1().intValue(); |
| | | this.posSta = command.getDestinationStaNo1().intValue(); |
| | | this.updateTime = now; |
| | |
| | | this.wrkNo1 = rgvProtocol.getTaskNo1().intValue(); |
| | | this.rgvNo = rgvProtocol.getRgvNo(); |
| | | this.sendTime = now; |
| | | this.mode = "取放货"; |
| | | this.mode = "漫游"; |
| | | this.sourceRow = rgvProtocol.getRgvPosI();//小车当前位置 |
| | | this.sourceSta = rgvProtocol.getRgvPosI(); |
| | | this.posSta = command.intValue(); |
| | | this.updateTime = now; |