| | |
| | | private String taskNo; |
| | | |
| | | /** |
| | | * 任务状态 1: 接收 2: 派发 3: 完结 4: 取消 |
| | | * 任务状态 1: 接收 2: 派发 4: 取消任务上报wms 5.取消任务 6: 完结任务上报wms 7.完结 |
| | | */ |
| | | @ApiModelProperty(value= "任务状态 1: 接收 2: 派发 3: 完结 4: 取消 ") |
| | | @ApiModelProperty(value= "任务状态 1: 接收 2: 派发 4: 取消任务上报wms 5.取消任务 6: 完结任务上报wms 7.完结 ") |
| | | private Integer status; |
| | | |
| | | /** |
| | |
| | | |
| | | /** |
| | | * 任务类型 |
| | | * |
| | | * |
| | | */ |
| | | @ApiModelProperty(value= "任务类型") |
| | | @TableField("io_type") |
| | |
| | | /** |
| | | * 起点 |
| | | */ |
| | | @ApiModelProperty(value= "起点") |
| | | @ApiModelProperty(value= "源站点") |
| | | @TableField("start_point") |
| | | private String startPoint; |
| | | |
| | | /** |
| | | * 终点 |
| | | * 目标站点 |
| | | */ |
| | | @ApiModelProperty(value= "终点") |
| | | @ApiModelProperty(value= "目标站点") |
| | | @TableField("target_point") |
| | | private String targetPoint; |
| | | |
| | |
| | | */ |
| | | @ApiModelProperty(value= "指令执行步序") |
| | | @TableField("command_step") |
| | | private Integer commandStep; |
| | | private Integer commandStep = 0; |
| | | |
| | | @ApiModelProperty(value = "移库标记") |
| | | @TableField("transfer_mark") |
| | | private Integer transferMark; |
| | | |
| | | @ApiModelProperty(value = "原始起点") |
| | | @ApiModelProperty(value = "源库位") |
| | | @TableField("origin_start_point") |
| | | private String originStartPoint; |
| | | |
| | | @ApiModelProperty(value = "原始起点") |
| | | @ApiModelProperty(value = "目标库位") |
| | | @TableField("origin_target_point") |
| | | private String originTargetPoint; |
| | | |
| | | @ApiModelProperty(value = "开始任务标记") |
| | | @TableField("mark_start") |
| | | private Integer markStart; |
| | | |
| | | public TaskWrk() {} |
| | | |
| | | public TaskWrk(String taskNo,Integer status,Integer wrkNo,Date createTime,Integer ioType,Integer ioPri,String startPoint,String targetPoint,Long modiUser,Date modiTime,String memo,String barcode,Date assignTime,Date executeTime,Date completeTime,Date cancelTime,Integer wrkSts) { |