src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -189,6 +189,13 @@ @TableField(value = "batch_seq") private Integer batchSeq; /** * 重量 */ @ApiModelProperty(value= "重量") @TableField(value = "weight") private Double weight; public String getWrkSts$(){ BasWrkStatusMapper mapper = SpringUtils.getBean(BasWrkStatusMapper.class); BasWrkStatus entity = mapper.selectById(this.wrkSts);