hyingbo
2 天以前 4788f8d86807296a3dce75b5dd428c0a8d5828db
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);
}