yanghui
2022-11-10 ec96abc7c3d9ef48b00c321eed85f9d934c699a5
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -10570,6 +10570,6 @@
    /**
     * 获取物业公司通知公告列表
     * */
    @GetMapping("property/noticeList")
    @GetMapping("comProperty/noticeList")
    R noticeList(@RequestParam("page")Integer page,@RequestParam("size")Integer size,@RequestParam("propertyId")Long propertyId);
}