chen.lin
22 小时以前 6e127398cc8b5dcd78a81029f1c747ceee37af18
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;