ruoyi-system/src/main/java/com/ruoyi/system/service/ISysDeptService.java
@@ -23,6 +23,14 @@ public List<SysDept> selectDeptList(SysDept dept); /** * 查询部门管理数据 * * @param dept 部门信息 * @return 部门信息集合 */ public List<SysDept> selectSysDeptList(SysDept dept); /** * 获取所有的部门信息 * @return */