zqy
2024-07-30 c35d9c6311b6f9ef75b49559a5c6db75e0a43ac6
zhang-content/src/main/java/com/ruoyi/service/ZInfoUserService.java
@@ -21,9 +21,15 @@
public interface ZInfoUserService extends IService<ZInfoUser> {
    AjaxResult selectInfoList(ZInfoUser zInfoUser, Integer pageNum, Integer pageSize);
 Boolean findByuid(Long uid, Long tfid);
 public ZInfoUser getInfoBysysId(Long sysid);
    Boolean findByuid(Long uid, Long tfid);
    List<ZInfoUser> selectByClanId(Integer clanId);
    List<ZInfoUser> getDataBySex(Integer sex);
    public ZInfoUser getInfoBysysId(Long sysid);
    AjaxResult getInfoByfid(Long fid);
   // AjaxResult updateBySysId()
@@ -46,7 +52,9 @@
    AjaxResult addParent(Long fatherId, Long motherId);
    AjaxResult listAllExceptAdmin();
    AjaxResult listAllFamilyPeople();
    AjaxResult listMySelfAndSpouse(Long id);
    AjaxResult listGenealogy(Genealogy genealogy,Integer pageNum,Integer pageSize);