| | |
| | | @ApiModel(value = "TaskItem", description = "任务列表") |
| | | public class TaskItemParam { |
| | | |
| | | @ApiModelProperty("任务类型{LOC_TO_LOC: 移库, LOC_TO_STA: 出库, STA_TO_LOC: 入库, STA_TO_STA: 站点间搬运}") |
| | | private String taskType; |
| | | // @ApiModelProperty("任务类型{LOC_TO_LOC: 移库, LOC_TO_STA: 出库, STA_TO_LOC: 入库, STA_TO_STA: 站点间搬运}") |
| | | // private String taskType; |
| | | |
| | | @ApiModelProperty("任务号") |
| | | private String seqNum; |
| | | private String taskNo;//seqNum |
| | | |
| | | @ApiModelProperty("起始库位") |
| | | private String oriLoc; |
| | |
| | | @ApiModelProperty("目标站点") |
| | | private String destSta; |
| | | |
| | | @ApiModelProperty("托盘码") |
| | | @ApiModelProperty("料箱码") |
| | | private String zpallet; |
| | | |
| | | @ApiModelProperty("优先级") |