| | |
| | | @PostMapping("/common/data/car/import") |
| | | R listSaveMngCarExcelVO(@RequestBody List<ComMngCarExcelVO> list, @RequestParam("communityId") Long communityId); |
| | | |
| | | /** |
| | | * 分页查询实有人口 |
| | | * @param comMngPopulationVO 查询参数 |
| | | * @return 分页集合 |
| | | */ |
| | | @PostMapping("/common/data/population/page") |
| | | R pagePopulation(ComMngPopulationDTO comMngPopulationVO); |
| | | |
| | | |
| | | /** |
| | | * 社区后台实有单位管理列表 |
| | |
| | | * @param communityId |
| | | * @return |
| | | */ |
| | | /*@PostMapping("/village/import") |
| | | R listSaveVillageServeExcelVO(@RequestBody List<ComMngVillageServeExcelVO> list, @RequestParam Long communityId);*/ |
| | | @PostMapping("/village/import") |
| | | R listSaveVillageServeExcelVO(@RequestBody List<ComMngVillageServeExcelVO> list, @RequestParam(value = "communityId") Long communityId); |
| | | } |