baymax
2022-12-25 c42229bc5435ecc7db0561029d09f55a4680282d
ruoyi-system/src/main/java/com/ruoyi/system/service/ISysDeptService.java
@@ -20,6 +20,14 @@
    List<SysDept> selectDeptList(SysDept dept);
    /**
     * 查询部门树结构信息
     *
     * @param dept 部门信息
     * @return 部门树信息集合
     */
    List<Tree<Long>> selectDeptTreeList(SysDept dept);
    /**
     * 构建前端所需要下拉树结构
     *
     * @param depts 部门列表