自动化立体仓库 - WMS系统
zhangchao
2024-11-23 ef6aa6144ed04a8f1ee243df619de94df700d98f
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);