multi-system/src/main/java/com/gkhy/exam/system/service/ISysDeptService.java
@@ -6,6 +6,7 @@ import com.gkhy.exam.common.domain.TreeSelect; import com.gkhy.exam.common.domain.entity.SysDept; import com.gkhy.exam.system.domain.SysFunctionalDistribution; import com.gkhy.exam.system.domain.req.SysDeptPageReq; import com.gkhy.exam.system.domain.vo.*; import java.util.List; @@ -18,7 +19,7 @@ public interface ISysDeptService { CommonPage selectDeptPageList(SysDept req); CommonPage selectDeptPageList(SysDeptPageReq req); /** * 查询部门管理数据 *