| | |
| | | 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); |
| | | AjaxResult getInfoByfid(Long fid); |
| | | |
| | | // AjaxResult updateBySysId() |
| | | List<ZInfoUser> selectByCondition(ZInfoUser zInfoUser); |
| | | |
| | | AjaxResult removeByUserName(List<String> 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); |
| | |
| | | ZInfoUser getInfoById(Long userId); |
| | | |
| | | ZInfoUser getMyself(); |
| | | |
| | | AjaxResult listGenealogy2(Genealogy genealogy, Integer pageNum, Integer pageSize); |
| | | |
| | | } |