cl
15 小时以前 8943a4e9f5ee1455c56ac4af60d941fa23731051
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/Task.java
@@ -32,6 +32,7 @@
import com.vincent.rsf.server.system.service.UserService;
import com.vincent.rsf.server.system.entity.User;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
import java.util.stream.Collectors;
@@ -53,6 +54,9 @@
    @ApiModelProperty(value= "任务号")
    private String taskCode;
    @ApiModelProperty("任务来源")
    private Short resource;
    /**
     * 任务状态
     */
@@ -65,10 +69,13 @@
    @ApiModelProperty("仓库类型")
    private String warehType;
//    @ApiModelProperty("是否上报")
//    private Integer flagReport;
    /**
     * 任务类型
     */
    @ApiModelProperty(value= "任务类型")
        @ApiModelProperty(value= "任务类型")
    private Integer taskType;
    /**
@@ -96,10 +103,13 @@
    private String targSite;
    /**
     * 托盘码
     * 料箱码
     */
    @ApiModelProperty(value= "托盘码")
    @ApiModelProperty(value= "料箱码")
    private String barcode;
    @ApiModelProperty(value= "重量")
    private BigDecimal weight;
    /**
     * 机器人编码
@@ -230,7 +240,7 @@
//            null,    // 任务类型
//            null,    // 源库位
//            null,    // 目标库位
//            null,    // 托盘码
//            null,    // 料箱码
//            null,    // 机器人编码
//            null,    // 执行状态
//            null,    // 异常描述