feige
2024-06-10 f34203dacf5485b06d9d80618e5e14cf4463c2d7
zhang-content/src/main/java/com/ruoyi/service/ZInfoUserService.java
@@ -22,8 +22,16 @@
    AjaxResult selectInfoList(ZInfoUser zInfoUser, Integer pageNum, Integer pageSize);
 public ZInfoUser getInfoBysysId(Long sysid);
    AjaxResult getInfoByfid(Long fid);
   // AjaxResult updateBySysId()
    List<ZInfoUser> selectByCondition(ZInfoUser zInfoUser);
    AjaxResult removeByUserName(List userName);
    List<ZInfoUser> selectByFamId(long fid);
    AjaxResult searchMyRelation();
    AjaxResult addRelation(ZfRelation zfRelation);
@@ -39,7 +47,7 @@
    AjaxResult addParent(Long fatherId, Long motherId);
    AjaxResult listAllExceptAdmin();
    AjaxResult listAllFamilyPeople();
    AjaxResult listMySelfAndSpouse(Long id);
    AjaxResult listGenealogy(Genealogy genealogy,Integer pageNum,Integer pageSize);