| | |
| | | package com.panzhihua.service_user.service; |
| | | |
| | | import com.panzhihua.common.model.dtos.PageDTO; |
| | | import com.panzhihua.common.model.dtos.community.ExportUserDTO; |
| | | import com.panzhihua.common.model.dtos.community.NoticeReadDTO; |
| | | import com.panzhihua.common.model.dtos.user.EexcelUserDTO; |
| | | import com.panzhihua.common.model.dtos.user.PageFeedBackDTO; |
| | |
| | | * @return CommunityUserInfoVO |
| | | */ |
| | | CommunityUserInfoVO detailUserComunity(Long userId); |
| | | /** |
| | | * 用户搜索了就下载搜索的用户否则下载所有用户 |
| | | * @param exportUserDTO 用户搜索内容 |
| | | * @return List<EexcelUserDTO> excel内容 |
| | | */ |
| | | R export(ExportUserDTO exportUserDTO); |
| | | |
| | | /** |
| | | * 通过手机号码查询用户信息 |
| | | * @param phone |
| | | * @return |
| | | */ |
| | | R getSysUserVOByPhone(String phone); |
| | | |
| | | /** |
| | | * 查询当前社区所有标签以及预设标签 |
| | | * @return 标签集合 |
| | | */ |
| | | R listTags(Long communityId); |
| | | } |