自动化立体仓库 - WMS系统
123
zhangchao
2024-09-03 be9f5efd7badcaab6f1746e76ec41ee7f91d37c7
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);