springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -2727,4 +2727,13 @@ */ @PostMapping("/vaccines/admin/enroll/type/list") R getEnrollTypeListByAdmin(); /** * 批量保存楼栋 * @param newVoList * @param communityId * @return */ @PostMapping("/building/batchSave") R listSaveBuildingExcelVO(@RequestBody List<ComMngBuildingExcelVO> newVoList,@RequestParam("communityId") Long communityId,@RequestParam("streetId")Long streetId); }