chen.lin
2 天以前 bb4f5dc6bbf43616ca3482257b576c9c66c49ff5
rsf-server/src/main/java/com/vincent/rsf/server/api/entity/params/TaskItemParam.java
@@ -10,11 +10,11 @@
@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;