| | |
| | | import com.panzhihua.common.model.dtos.user.PageUserAppletsBackstageDTO; |
| | | import com.panzhihua.common.model.dtos.user.SysUserEditTipsDTO; |
| | | import com.panzhihua.common.model.dtos.user.SysUserFeedbackDTO; |
| | | import com.panzhihua.common.model.vos.EditUserInfoPassAppDTO; |
| | | import com.panzhihua.common.model.vos.LoginUserInfoVO; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.SystemmanagementConfigVO; |
| | | import com.panzhihua.common.model.vos.*; |
| | | import com.panzhihua.common.model.vos.shop.ShopStoreVO; |
| | | import com.panzhihua.common.model.vos.user.*; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | | |
| | |
| | | R putUserFace(LoginUserInfoVO loginUserInfoVO); |
| | | /** |
| | | *分页查询人口管理 |
| | | * @param loginUserInfoVO 查询参数 |
| | | * @param userInfoVO 查询参数 |
| | | * @return 分页数据 |
| | | */ |
| | | R pageUser(LoginUserInfoVO loginUserInfoVO); |
| | | R pageUser(AppletUserInfoVO userInfoVO); |
| | | /** |
| | | * 查询所有人员标签 |
| | | * @return 标签集合 |
| | |
| | | * @return 收益说明 |
| | | */ |
| | | R listAgreements(Long communityId); |
| | | |
| | | R getGridIsOk(Long userId); |
| | | |
| | | R getGridsMemberList(Long communityId); |
| | | |
| | | /** |
| | | * 根据用户id查询用户openid |
| | | * @param userId 用户id |
| | | * @return openid |
| | | */ |
| | | R getUserOpenId(Long userId); |
| | | |
| | | } |