自动化立体仓库 - WCS系统
#
lsh
2024-07-12 ef58dbca0a0e74e0542dc77bd1ead02ab58a69d1
src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -332,6 +332,13 @@
    @TableField("full_plt")
    private String fullPlt;
    /**
     * 伴生工作号
     */
    @ApiModelProperty(value= "伴生工作号")
    @TableField("work_no_other")
    private Integer workNoOther;
    public String getWrkSts$(){
        BasWrkStatusMapper mapper = SpringUtils.getBean(BasWrkStatusMapper.class);
        BasWrkStatus entity = mapper.selectById(this.wrkSts);