| | |
| | | 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 userName); |
| | | AjaxResult removeByUserName(List<String> userName); |
| | | List<ZInfoUser> selectByFamId(long fid); |
| | | AjaxResult searchMyRelation(); |
| | | |