src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -111,6 +111,14 @@ @TableField("source_loc_no") private String sourceLocNo; /** * 0:需要创建agv搬运空料架任务 * 1:wms成功创建agv搬运空料架任务 */ @ApiModelProperty(value= "需要下发agv任务的状态") @TableField("ctn_type") private Integer ctnType; @ApiModelProperty(value= "") @TableField("loc_sts") private String locSts; @@ -157,10 +165,6 @@ @ApiModelProperty(value= "工作时间") @TableField("io_time") private Date ioTime; @ApiModelProperty(value= "") @TableField("ctn_type") private Integer ctnType; @ApiModelProperty(value= "") private String packed;