lyh
2025-01-23 8d63dd77b9b3cd9b6d9768f216670fc499a8cab3
lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/service/IPartsDepartmentService.java
@@ -3,6 +3,7 @@
import com.baomidou.mybatisplus.extension.service.IService;
import org.jeecg.modules.dnc.entity.PartsDepartment;
import org.jeecg.modules.dnc.ucenter.Department;
import org.jeecg.modules.system.entity.MdcProduction;
import java.util.List;
@@ -19,14 +20,14 @@
     * @param partsId
     * @return
     */
    List<Department> getDepartPermsByPartsId(String partsId);
    List<MdcProduction> getDepartPermsByPartsId(String partsId);
    /**
     * 获取已分配的部门
     * @param partsId
     * @return
     */
    List<Department> getDepartNonPermsByProductId(String partsId);
    List<MdcProduction> getDepartNonPermsByProductId(String partsId);
    /**
     * 查询部门权限