| | |
| | | */ |
| | | @PostMapping("/bigscreen/party/bigscreenPartyactivity") |
| | | R<List<BigScreenStatisticPartyActivity>> bigscreenPartyactivity(BigScreenStatisticPartyActivityDTO bigScreenStatisticPartyActivityDTO); |
| | | |
| | | @GetMapping("/screen/getScreenIndex") |
| | | R getScreenIndex(@RequestParam("communityId")Long communityId); |
| | | |
| | | @GetMapping("/screen/getScreenEvent") |
| | | R getScreenEvent(@RequestParam("communityId")Long communityId); |
| | | |
| | | @GetMapping("/screen/getScreenCivil") |
| | | R getScreenCivil(@RequestParam("communityId")Long communityId); |
| | | } |