hyingbo
8 天以前 418d29b85d943f57b5600d84acf9cf6ca0ce9173
lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/service/IPartsInfoService.java
@@ -123,4 +123,8 @@
     * @return
     */
    List<DocInfo> getByPartsInfo(TreeInfoRequest treeInfoRequest);
    boolean assignPermission(Object entity, Collection<SysUser> userList, boolean isAdd);
    boolean assignDepartPermission(Object entity, Collection<MdcProduction> departments, boolean isAdd);
}