| | |
| | | |
| | | /** |
| | | * 社区后台导入实有房屋 |
| | | * @param list 车辆列表 |
| | | * @param list 数据 |
| | | * @param communityId 社区编号 |
| | | * @return |
| | | */ |
| | | @PostMapping("/village/import") |
| | | public R listSaveMngCarExcelVO(@RequestBody List<ComMngVillageServeExcelVO> list, @RequestParam("communityId") Long communityId){ |
| | | @Transactional(rollbackFor = Exception.class) |
| | | public R listSaveMngCarExcelVO(@RequestBody List<ComMngVillageServeExcelVO> list, @RequestParam(value = "communityId") Long communityId){ |
| | | return comMngVillageService.listSaveVillage(list,communityId); |
| | | } |
| | | |