| | |
| | | |
| | | |
| | | public interface UserInfoService { |
| | | |
| | | /** |
| | | * 获取列表 |
| | | * |
| | |
| | | * @return |
| | | */ |
| | | public List<UserInfo> list(UserInfoQuery userInfoQuery, int page, int pageSize); |
| | | |
| | | |
| | | public List<UserInfo> list(List<Long> uidList); |
| | | |
| | | /** |
| | | * |
| | |
| | | |
| | | |
| | | /** |
| | | * @return com.ks.app.entity.user.UserInfo |
| | | * @return com.yeshi.location.app.entity.user.UserInfo |
| | | * @author hxh |
| | | * @description 获取用户信息详情 |
| | | * @date 17:15 2021/11/15 |
| | |
| | | |
| | | |
| | | /** |
| | | * @return java.util.List<com.ks.app.entity.user.UserInfo> |
| | | * @return java.util.List<com.yeshi.location.app.entity.user.UserInfo> |
| | | * @author hxh |
| | | * @description 批量获取用户信息详情 |
| | | * @date 17:39 2021/11/15 |
| | |
| | | |
| | | |
| | | /** |
| | | * @return com.ks.app.entity.user.UserInfo |
| | | * @return com.yeshi.location.app.entity.user.UserInfo |
| | | * @author hxh |
| | | * @description 根据电话和系统查询 |
| | | * @date 10:26 2021/11/16 |
| | |
| | | |
| | | |
| | | /** |
| | | * @return com.ks.app.entity.SystemEnum |
| | | * @return com.yeshi.location.app.entity.SystemEnum |
| | | * @author hxh |
| | | * @description //获取用户系统 |
| | | * @date 15:06 2021/11/17 |
| | |
| | | public List<StatisticNumberResult> statisticRegisterUser(SystemEnum system, BaseStatisticTimeQuery timeQuery); |
| | | |
| | | |
| | | /** |
| | | * 根据电话号码查找有效的用户 |
| | | * @param system |
| | | * @param phone |
| | | * @return |
| | | */ |
| | | public UserInfo selectValidByPhone(SystemEnum system, String phone); |
| | | |
| | | } |