自动化立体仓库 - WMS系统
zhangchao
2024-07-20 b50b94473c8eef12edddbec0a2aecbbf1f16064c
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);