zwl
19 小时以前 fcf47692a8115c53855e5f7a593238306cd59e69
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;
@@ -309,6 +313,9 @@
    @TableField("full_plt")
    private String fullPlt;
    @ApiModelProperty(value= "拍照图片")
    private String pic;
    public String getWrkSts$(){
        BasWrkStatusMapper mapper = SpringUtils.getBean(BasWrkStatusMapper.class);
        BasWrkStatus entity = mapper.selectById(this.wrkSts);