springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -10560,4 +10560,16 @@ */ @PostMapping("/goodsCategory/page") R pageGoodsCategory(@RequestBody PageConvenientGoodsCategoryDTO pageConvenientGoodsCategoryDTO); @GetMapping("/dataCount") R dataCount(); @DeleteMapping("/proceedings/remove") R removeProceedings(@RequestParam("id") Long id); /** * 获取物业公司通知公告列表 * */ @GetMapping("comProperty/noticeList") R noticeList(@RequestParam("page")Integer page,@RequestParam("size")Integer size,@RequestParam("propertyId")Long propertyId); }