springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/ComPropertyApi.java
@@ -68,4 +68,10 @@ return userService.myFeedBack(this.getLoginUserInfo().getUserId(),type); } @ApiOperation("通知公告列表") @GetMapping("notice") public R noticeList(@RequestParam("page")Integer page,@RequestParam("size")Integer size,@RequestParam("propertyId")Long propertyId){ return communityService.noticeList(page,size,propertyId); } }