czt
2025-12-04 52ea5fd92596267379be7924deb27de6cb10632b
fzzy-igdss-web/src/main/java/com/fzzy/sys/manager/common/CommonManager.java
@@ -48,4 +48,11 @@
        return depotService.getCacheDepotList(ContextUtil.getCompanyId(), deptId);
    }
    /**
     * @return
     */
    public List<SysDictData> getInoutType() {
        return dicService.getInoutType();
    }
}