| | |
| | | import com.panzhihua.common.model.dtos.community.sanshuo.*; |
| | | import com.panzhihua.common.model.dtos.community.warehouse.ComActWarehouseApplyDTO; |
| | | import com.panzhihua.common.model.dtos.community.cluster.PageClusterMemberDto; |
| | | import com.panzhihua.common.model.dtos.partybuilding.QryReportResp; |
| | | import com.panzhihua.common.model.dtos.property.CommonPage; |
| | | import com.panzhihua.common.model.dtos.community.discuss.ComActDiscussDetailDTO; |
| | | import com.panzhihua.common.model.dtos.community.discuss.ComActDiscussPublishResultDTO; |
| | |
| | | */ |
| | | @PostMapping("pagediscusscommentapplets") |
| | | R pageDiscussCommentApplets(@RequestBody PageComActDiscussCommentDTO pageComActDiscussCommentDTO); |
| | | |
| | | |
| | | /** |
| | | * 议事投票-评论-删除 小程序 |
| | | * |
| | | * 分页参数 |
| | | * @return ComActDiscussCommentVO |
| | | */ |
| | | @GetMapping("deleteCommentApplets") |
| | | R deleteCommentApplets(@RequestParam("id") String id); |
| | | |
| | | /** |
| | | * 议事投票-评论-分页查询 小程序 脱敏 |
| | |
| | | R<AreaStreetDetail> areaStreetDetail(@RequestParam("code") String code, |
| | | @RequestParam("type") String type); |
| | | |
| | | @GetMapping("/largeScreen/qryReport") |
| | | R<List<QryReportResp>> qryReport(@RequestParam(value = "yearTime",required = false) String yearTime); |
| | | } |