疯狂的狮子li
2023-03-02 11e4b563130ed405c52f48489c38f52c0804a64d
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/service/ISysDeptService.java
@@ -27,7 +27,7 @@
     * @param dept 部门信息
     * @return 部门树信息集合
     */
    List<Tree<Long>> selectDeptTreeList(SysDept dept);
    List<Tree<Long>> selectDeptTreeList(SysDeptBo dept);
    /**
     * 构建前端所需要下拉树结构