| | |
| | | @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); |
| | | |
| | | |
| | | /** |
| | | * 社区后台实有单位管理列表 |
| | |
| | | */ |
| | | @GetMapping("/common/data/company/detail") |
| | | R detailComMngRealCompany(@RequestParam(value = "id") Long id); |
| | | |
| | | |
| | | /** |
| | | * 实有单位归属地 |
| | | * |
| | | * @param comMngRealCompanyBelongsDTO |
| | | * @return |
| | | */ |
| | | @GetMapping("/common/data/company/belongs") |
| | | R belongsComMngRealCompany(@RequestBody ComMngRealCompanyBelongsDTO comMngRealCompanyBelongsDTO); |
| | | |
| | | /** |
| | | * 批量导入实有单位 |
| | |
| | | */ |
| | | @PostMapping("/village/import") |
| | | R listSaveVillageServeExcelVO(@RequestBody List<ComMngVillageServeExcelVO> list, @RequestParam(value = "communityId") Long communityId); |
| | | |
| | | |
| | | /** |
| | | * 批量导入实有人口 |
| | | * @param list |
| | | * @param communityId |
| | | * @return |
| | | */ |
| | | @PostMapping("/population/import") |
| | | R listSavePopulationServeExcelVO(List<ComMngPopulationServeExcelVO> list,@RequestParam(value = "communityId") Long communityId); |
| | | } |