| | |
| | | |
| | | @GetMapping("/largeScreen/qryReport") |
| | | R<List<QryReportResp>> qryReport(@RequestParam(value = "yearTime",required = false) String yearTime); |
| | | |
| | | |
| | | /***************************************************************************************************************** |
| | | * |
| | | * 社区宣传 |
| | | * |
| | | ******************************************************************************************************************/ |
| | | @GetMapping("/sys/conf/getCommunityPublicityData") |
| | | public R getCommunityPublicityData(@RequestParam("communityId") String communityId); |
| | | |
| | | @PostMapping("/sys/conf/addCommunityPublicityDate") |
| | | public R addCommunityPublicityDate(@RequestBody CommunityPublicityVO item); |
| | | |
| | | @PostMapping("/sys/conf/editCommunityPublicityDate") |
| | | public R editCommunityPublicityDate(@RequestBody CommunityPublicityVO item); |
| | | |
| | | @DeleteMapping("/sys/conf/deleteCommunityPublicityData") |
| | | public R deleteCommunityPublicityData(@RequestParam("communityId") String communityId); |
| | | |
| | | } |