#
Administrator
3 天以前 b256cdb895234a3e68da88310325b5eb38600777
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);