| | |
| | | package com.panzhihua.service_community.service; |
| | | |
| | | import com.panzhihua.common.model.dtos.community.ComMngPopulationDTO; |
| | | import com.panzhihua.common.model.dtos.community.ComMngPopulationEditDTO; |
| | | import com.panzhihua.common.model.dtos.community.ComMngPopulationTagDTO; |
| | | import com.panzhihua.common.model.dtos.user.PageInputUserDTO; |
| | | import com.panzhihua.common.model.vos.R; |
| | |
| | | * @param communityId |
| | | * @return |
| | | */ |
| | | R listSavePopulation(List<ComMngPopulationServeExcelVO> list, Long communityId); |
| | | R listSavePopulation(List<ComMngPopulationServeExcelVO> list, Long communityId) throws Exception; |
| | | |
| | | /** |
| | | * 确认导入实有人口(有则更新,无则新建) |
| | |
| | | |
| | | /** |
| | | * 编辑实有人口 |
| | | * @param editComMngPopulationVO |
| | | * @param populationEditDTO |
| | | * @param communityId |
| | | * @return |
| | | */ |
| | | R editPopulation(EditComMngPopulationVO editComMngPopulationVO, Long communityId); |
| | | R editPopulation(ComMngPopulationEditDTO populationEditDTO, Long communityId) throws Exception; |
| | | |
| | | /** |
| | | * 分页查询特殊群体 |
| | |
| | | * @return |
| | | */ |
| | | R editUserElectronicFile(UserElectronicFileVO userElectronicFileVO); |
| | | |
| | | /** |
| | | * 实有人口统计 |
| | | * @param communityId 社区id |
| | | * @return 统计结果 |
| | | */ |
| | | R getPopulationTotalByAdmin(Long communityId); |
| | | } |