lyh
2025-04-17 990ad5f6db0bb3ad5a3795e77c5d6f3971c12ff3
lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/service/IPartsDepartmentService.java
@@ -2,7 +2,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 +19,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);
    /**
     * 查询部门权限