疯狂的狮子li
2022-09-23 a3b761f4e00d0a2caa26faaa5cca87f5db5c853f
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 部门列表