自动化立体仓库 - WMS系统
#
whycq
2024-07-29 6cddaba6142c2ff61f0e9a7286173e428c5fae41
src/main/java/com/zy/asrs/entity/WrkMastLog.java
@@ -351,6 +351,10 @@
        return null;
    }
    public long getWrkSts(){
        return (long)this.wrkSts;
    }
    public String getIoType$(){
        BasWrkIotypeService service = SpringUtils.getBean(BasWrkIotypeService.class);
        BasWrkIotype basWrkIotype = service.selectById(this.ioType);