hyingbo
7 天以前 cc0e9036de6e922e8fe254fef01d8de9996024b7
lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/service/IProductDepartmentService.java
@@ -2,7 +2,7 @@
import com.baomidou.mybatisplus.extension.service.IService;
import org.jeecg.modules.dnc.entity.ProductDepartment;
import org.jeecg.modules.dnc.ucenter.Department;
import org.jeecg.modules.system.entity.MdcProduction;
import java.util.List;
@@ -20,14 +20,14 @@
     * @param productId
     * @return
     */
    List<Department> getDepartPermsByProductId(String productId);
    List<MdcProduction> getDepartPermsByProductId(String productId);
    /**
     * 获取未分配的部门列表
     * @param productId
     * @return
     */
    List<Department> getDepartNonPermsByProductId(String productId);
    List<MdcProduction> getDepartNonPermsByProductId(String productId);
    /**
     * 删除部门权限数据