liusheng
5 天以前 a44fd7aa13448bf9a6f2a35f01c3b5de670a1e22
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
     */