cl
12 小时以前 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;
@@ -74,7 +75,7 @@
    /**
     * 任务类型
     */
    @ApiModelProperty(value= "任务类型")
        @ApiModelProperty(value= "任务类型")
    private Integer taskType;
    /**
@@ -102,10 +103,13 @@
    private String targSite;
    /**
     * 托盘码
     * 料箱码
     */
    @ApiModelProperty(value= "托盘码")
    @ApiModelProperty(value= "料箱码")
    private String barcode;
    @ApiModelProperty(value= "重量")
    private BigDecimal weight;
    /**
     * 机器人编码
@@ -236,7 +240,7 @@
//            null,    // 任务类型
//            null,    // 源库位
//            null,    // 目标库位
//            null,    // 托盘码
//            null,    // 料箱码
//            null,    // 机器人编码
//            null,    // 执行状态
//            null,    // 异常描述