55
whywhyo
2023-05-16 870dc38de093a1f49b134238c7d29498e25ad8ff
zhang-content/src/main/java/com/ruoyi/service/ZInfoUserService.java
@@ -31,10 +31,11 @@
    AjaxResult empower(EmpowerDto empowerDto);
    AjaxResult listWithTree();
    AjaxResult listWithTree(Integer depth);
    AjaxResult addParent(Long fatherId, Long motherId);
    AjaxResult listAllExceptAdmin();
    AjaxResult listMySelfAndSpouse(Long id);
}