lyh
2025-01-23 8d63dd77b9b3cd9b6d9768f216670fc499a8cab3
lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/service/IComponentDepartmentService.java
@@ -3,6 +3,7 @@
import com.baomidou.mybatisplus.extension.service.IService;
import org.jeecg.modules.dnc.entity.ComponentDepartment;
import org.jeecg.modules.dnc.ucenter.Department;
import org.jeecg.modules.system.entity.MdcProduction;
import org.springframework.stereotype.Service;
import java.util.List;
@@ -20,14 +21,14 @@
     * @param componentId
     * @return
     */
    List<Department> getDepartPermsByComponentId(String componentId);
    List<MdcProduction> getDepartPermsByComponentId(String componentId);
    /**
     * 获取未分配的部门
     * @param componentId
     * @return
     */
    List<Department> getDepartNonPermsByComponentId(String componentId);
    List<MdcProduction> getDepartNonPermsByComponentId(String componentId);
    /**
     * 获取唯一的部门权限