| | |
| | | * 四向穿梭车号 |
| | | */ |
| | | @ApiModelProperty(value= "四向穿梭车号") |
| | | @TableId(value = "shuttle_no", type = IdType.AUTO) |
| | | @TableId(value = "shuttle_no", type = IdType.INPUT) |
| | | private Integer shuttleNo; |
| | | |
| | | /** |
| | |
| | | * 任务号 |
| | | */ |
| | | @ApiModelProperty(value= "任务号") |
| | | private Integer wrkNo; |
| | | private Integer taskNo; |
| | | |
| | | /** |
| | | * 暂存库位 |
| | |
| | | @ApiModelProperty(value= "所属机构") |
| | | private Long hostId; |
| | | |
| | | /** |
| | | * 设备状态 |
| | | */ |
| | | @ApiModelProperty(value= "设备状态") |
| | | private String protocol; |
| | | |
| | | public BasShuttle() {} |
| | | |
| | | public BasShuttle(Integer status,Integer shuttleStatus,Integer wrkNo,String idleLoc,Integer autoCharge,Integer chargeLine,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo,Integer runSpeed,Integer deleted,Long hostId) { |
| | | public BasShuttle(Integer shuttleNo, Integer status, Integer shuttleStatus, Integer taskNo, String idleLoc, Integer autoCharge, Integer chargeLine, Long createBy, Date createTime, Long updateBy, Date updateTime, String memo, Integer runSpeed, Integer deleted, Long hostId, String protocol) { |
| | | this.shuttleNo = shuttleNo; |
| | | this.status = status; |
| | | this.shuttleStatus = shuttleStatus; |
| | | this.wrkNo = wrkNo; |
| | | this.taskNo = taskNo; |
| | | this.idleLoc = idleLoc; |
| | | this.autoCharge = autoCharge; |
| | | this.chargeLine = chargeLine; |
| | |
| | | this.runSpeed = runSpeed; |
| | | this.deleted = deleted; |
| | | this.hostId = hostId; |
| | | this.protocol = protocol; |
| | | } |
| | | |
| | | // BasShuttle basShuttle = new BasShuttle( |
| | | // BasShuttle basShuttle = new BasShuttle( |
| | | // null, // 状态 |
| | | // null, // 当前小车状态 |
| | | // null, // 任务号 |