#
zwl
5 天以前 e3508915adca349eb4adfc2c50ce808696e730f4
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);