czt
8 天以前 dca89959f695e12c4c5c3d15e7a9e20233c96c6e
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();
    }
}