springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -1097,4 +1097,13 @@ */ @PostMapping("/convenient/serve/import") R listSaveConvenientServeExcelVO(@RequestBody List<ComCvtServeExcelVO> list,@RequestParam("communityId") Long communityId); /** * 导出房屋信息 * @param areaId * @return */ @PostMapping("/house/export") R houseExport(@RequestParam("areaId") Long areaId); }