| | |
| | | import com.panzhihua.common.model.vos.community.ComMngPopulationServeExcelVO; |
| | | import com.panzhihua.common.model.vos.community.ComMngPopulationVO; |
| | | import com.panzhihua.common.model.vos.community.EditComMngPopulationVO; |
| | | import com.panzhihua.common.model.vos.user.UserElectronicFileVO; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @return 特殊群体列表 |
| | | */ |
| | | R specialInputUser(PageInputUserDTO pageInputUserDTO); |
| | | |
| | | /** |
| | | * 删除特殊群体人员 |
| | | * @param id 特殊群体id |
| | | * @return 删除结果 |
| | | */ |
| | | R deleteSpecialInputUser(Long id); |
| | | |
| | | /** |
| | | * 查询实有人口电子档信息 |
| | | * @param populationId 实有人口id |
| | | * @return 实有人口电子档信息 |
| | | */ |
| | | R electronicArchivesPopulation(Long populationId); |
| | | |
| | | /** |
| | | * 编辑电子档案 |
| | | * @param userElectronicFileVO |
| | | * @return |
| | | */ |
| | | R editUserElectronicFile(UserElectronicFileVO userElectronicFileVO); |
| | | } |