| | |
| | | |
| | | 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); |
| | |
| | | AjaxResult addParent(Long fatherId, Long motherId); |
| | | |
| | | AjaxResult listAllExceptAdmin(); |
| | | |
| | | AjaxResult listAllFamilyPeople(); |
| | | AjaxResult listMySelfAndSpouse(Long id); |
| | | |
| | | AjaxResult listGenealogy(Genealogy genealogy,Integer pageNum,Integer pageSize); |