| | |
| | | */ |
| | | R listSaveMajorPopulation(List<ComMngPopulationMajorExcelVO> list, Long communityId); |
| | | |
| | | /** |
| | | * 批量导入邪教人员 |
| | | * |
| | | * @param list 邪教人员数据 |
| | | * @param communityId 社区id |
| | | * @return 导入结果 |
| | | */ |
| | | R listSaveCultPopulation(List<ComMngPopulationCultExcelVO> list, Long communityId); |
| | | |
| | | /** |
| | | * 批量导入刑释人员 |
| | | * |
| | | * @param list 刑释人员数据 |
| | | * @param communityId 社区id |
| | | * @return 导入结果 |
| | | */ |
| | | R listSaveRehabilitationPopulation(List<ComMngPopulationRehabilitationExcelVO> list, Long communityId); |
| | | |
| | | /** |
| | | * 批量导入重点上访人员 |
| | | * |
| | | * @param list 重点上访人员数据 |
| | | * @param communityId 社区id |
| | | * @return 导入结果 |
| | | */ |
| | | R listSaveKeyPopulation(List<ComMngPopulationKeyExcelVO> list, Long communityId); |
| | | |
| | | |
| | | /** |
| | | * 确认导入实有人口(有则更新,无则新建) |