springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -9837,4 +9837,19 @@ */ @PostMapping("/dpc/feedback") R addEasyPhotoFeedbackForDpc(@RequestBody ComActEasyPhotoVO comActEasyPhotoVO); /** * 人大代表 * @param communityId * @return */ @GetMapping("/screen/dpc/base") R dpcBase(@RequestParam("communityId") Long communityId); /** * 人大代表-随手拍展示列表 * @return */ @PostMapping("/screen/dpc/easyPhotoList") R dpcEasyPhotoList(@RequestBody PageBaseDTO pageBaseDTO); }