sgj
8 天以前 8678e9973f5a1d537f1b23fb99eb8d951eb97a91
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();
    }
}