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); /** * 查询部门管理数据 * @@ -32,7 +35,7 @@ * @param dept 部门信息 * @return 部门树信息集合 */ public List<TreeSelect> selectDeptTreeList(SysDept dept); public List<SysDept> selectDeptTreeList(SysDept dept); /** * 构建前端所需要树结构