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