src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -309,7 +309,7 @@ @ApiModelProperty(value= "") @TableField("Pdc_type") private String PdcType; private String pdcType; @ApiModelProperty(value= "") @TableField("ctn_no") @@ -322,6 +322,13 @@ @TableField("full_plt") private String fullPlt; /** * 四向穿梭车号 */ @ApiModelProperty(value= "四向穿梭车号") @TableField("shuttle_no") private Integer shuttleNo; public String getWrkSts$(){ BasWrkStatusMapper mapper = SpringUtils.getBean(BasWrkStatusMapper.class); BasWrkStatus entity = mapper.selectById(this.wrkSts);