multi-system/src/main/java/com/gkhy/exam/system/service/ISysDeptService.java
@@ -2,6 +2,7 @@ import com.gkhy.exam.common.api.CommonPage; import com.gkhy.exam.common.domain.TreeSelect; import com.gkhy.exam.common.domain.entity.SysDept; import com.gkhy.exam.system.domain.SysFunctionalDistribution; @@ -16,6 +17,8 @@ */ public interface ISysDeptService { CommonPage selectDeptPageList(SysDept req); /** * 查询部门管理数据 *