| | |
| | | */ |
| | | public interface ZInfoUserService extends IService<ZInfoUser> { |
| | | |
| | | |
| | | Boolean setUaidSame(String phone, String username,String uniqueId); |
| | | |
| | | void setUserInfoSame(ZInfoUser zInfoUser); |
| | | |
| | | void setSpouseOnly(Long spouse); |
| | | |
| | | AjaxResult selectInfoList(ZInfoUser zInfoUser, Integer pageNum, Integer pageSize); |
| | | |
| | | Boolean findByuid(Long uid, Long tfid); |
| | |
| | | // AjaxResult updateBySysId() |
| | | List<ZInfoUser> selectByCondition(ZInfoUser zInfoUser); |
| | | |
| | | |
| | | ZInfoUser selectByUaidAndUid(ZInfoUser zInfoUser); |
| | | AjaxResult removeByUserName(List<String> userName); |
| | | List<ZInfoUser> selectByFamId(long fid); |
| | | AjaxResult searchMyRelation(); |