lyh
2025-04-17 990ad5f6db0bb3ad5a3795e77c5d6f3971c12ff3
lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/service/IComponentDepartmentService.java
@@ -2,8 +2,7 @@
import com.baomidou.mybatisplus.extension.service.IService;
import org.jeecg.modules.dnc.entity.ComponentDepartment;
import org.jeecg.modules.dnc.ucenter.Department;
import org.springframework.stereotype.Service;
import org.jeecg.modules.system.entity.MdcProduction;
import java.util.List;
public interface IComponentDepartmentService extends IService<ComponentDepartment> {
@@ -20,14 +19,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);
    /**
     * 获取唯一的部门权限