zqy
2024-07-28 997b03f08f01f87112227b617e446515b22c6c74
zhang-content/src/main/java/com/ruoyi/service/ZInfoUserService.java
@@ -21,11 +21,15 @@
public interface ZInfoUserService extends IService<ZInfoUser> {
    AjaxResult selectInfoList(ZInfoUser zInfoUser, Integer pageNum, Integer pageSize);
    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()
@@ -48,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);