hyingbo
2025-07-14 f7a776a0790da9b88bd5c35ebf0de46dfacefdb6
lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/service/IComponentInfoService.java
@@ -169,6 +169,10 @@
     * @return
     */
    Result<?> borrowComponent(String oldId, String newIds);
    boolean assignPermission(Object entity, Collection<SysUser> userList, boolean isAdd);
    boolean assignDepartPermission(Object entity, Collection<MdcProduction> departments, boolean isAdd);
}