| | |
| | | import com.panzhihua.common.model.dtos.community.ExportSpecialUserDTO; |
| | | import com.panzhihua.common.model.dtos.community.ExportUserDTO; |
| | | import com.panzhihua.common.model.dtos.community.NoticeReadDTO; |
| | | import com.panzhihua.common.model.dtos.grid.EventGridMemberAddDTO; |
| | | import com.panzhihua.common.model.dtos.grid.EventGridMemberEditStatusDTO; |
| | | import com.panzhihua.common.model.dtos.grid.EventGridMemberPassResetDTO; |
| | | import com.panzhihua.common.model.dtos.grid.PageEventGridMemberRelationDTO; |
| | | import com.panzhihua.common.model.dtos.grid.*; |
| | | import com.panzhihua.common.model.dtos.user.*; |
| | | import com.panzhihua.common.model.vos.*; |
| | | import com.panzhihua.common.model.vos.shop.ShopStoreVO; |
| | |
| | | * @return 协议集合 |
| | | */ |
| | | @PostMapping("listagreement") |
| | | R listAgreement(); |
| | | R listAgreement(@RequestParam("communityId")Long communityId); |
| | | |
| | | /** |
| | | * 编辑用户协议 |
| | |
| | | * @return 修改结果 |
| | | */ |
| | | @PostMapping("editGridUser") |
| | | R editGridUser(@RequestBody EventGridMemberAddDTO eventGridMemberAddDTO); |
| | | R editGridUser(@RequestBody EventGridMemberEditAdminDTO eventGridMemberAddDTO); |
| | | |
| | | /** |
| | | * 重置网格员密码 |
| | |
| | | */ |
| | | @PostMapping("gridMemberEditStatus") |
| | | R gridMemberEditStatus(@RequestBody EventGridMemberEditStatusDTO gridMemberEditDTO); |
| | | |
| | | @GetMapping("big/no/tip") |
| | | R noTips(@RequestParam("userId") Long userId); |
| | | } |