zhangherong
2025-06-25 2fb6c67b2c0c72195eef6fe5f7904d739b46e2c0
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);
    /**
     * 查询部门权限