aijinhui
2023-10-30 3fe886ea35cad418e1197e7e4165b79895fb06e4
ruoyi-system/src/main/java/com/ruoyi/system/service/ISysDeptService.java
@@ -143,6 +143,6 @@
     * @param depts
     * @return
     */
    List<TreeSelectWell> wellTree(List<TreeDeptWell> depts);
    List<TreeDeptWell> wellTree(List<TreeDeptWell> depts);
    List<TreeDeptWell> buildDeptWellTree(List<TreeDeptWell> depts);
}