czt
2025-12-02 da2d0647babd92e8929a09d4bfaaf413b980fe24
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();
    }
}