陈昶聿
3 天以前 cd373a1f9b2de04804b7869eb33abedcf3566363
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
     */