expert-system/src/main/java/com/gkhy/system/service/ISysDeptService.java
@@ -1,8 +1,9 @@ package com.gkhy.system.service; import java.util.List; import com.gkhy.common.core.domain.TreeSelect; import com.gkhy.common.core.domain.entity.SysDept; import java.util.List; /** * 部门管理 服务层 @@ -19,6 +20,8 @@ */ public List<SysDept> selectDeptList(SysDept dept); List<SysDept> getOutDeptList(SysDept dept); /** * 查询部门树结构信息 *