chen.lin
15 小时以前 a2ef34a807b1f88ac9b18dae51adbf61ce821595
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/Task.java
@@ -53,6 +53,9 @@
    @ApiModelProperty(value= "任务号")
    private String taskCode;
    @ApiModelProperty("任务来源")
    private Short resource;
    /**
     * 任务状态
     */
@@ -65,10 +68,13 @@
    @ApiModelProperty("仓库类型")
    private String warehType;
//    @ApiModelProperty("是否上报")
//    private Integer flagReport;
    /**
     * 任务类型
     */
    @ApiModelProperty(value= "任务类型")
        @ApiModelProperty(value= "任务类型")
    private Integer taskType;
    /**
@@ -96,9 +102,9 @@
    private String targSite;
    /**
     * 托盘码
     * 料箱码
     */
    @ApiModelProperty(value= "托盘码")
    @ApiModelProperty(value= "料箱码")
    private String barcode;
    /**
@@ -230,7 +236,7 @@
//            null,    // 任务类型
//            null,    // 源库位
//            null,    // 目标库位
//            null,    // 托盘码
//            null,    // 料箱码
//            null,    // 机器人编码
//            null,    // 执行状态
//            null,    // 异常描述