| | |
| | | import com.panzhihua.common.model.dtos.community.ComMngPopulationTagCardNoDTO; |
| | | import com.panzhihua.common.model.dtos.community.ComMngPopulationTagDTO; |
| | | import com.panzhihua.common.model.dtos.community.bigscreen.BigScreenEventDetailDTO; |
| | | import com.panzhihua.common.model.dtos.grid.PagePopulationListDTO; |
| | | import com.panzhihua.common.model.dtos.user.PageInputUserDTO; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.community.ComMngPopulationServeExcelVO; |
| | |
| | | * @return 导入结果 |
| | | */ |
| | | R listSavePopulationConfirm(List<ComMngPopulationServeExcelVO> list, Long communityId); |
| | | |
| | | /** |
| | | * 根据实有人口id修改用户标签 |
| | | * |
| | |
| | | R getScreenGirds(Long communityId); |
| | | |
| | | R getScreenEventDetail(BigScreenEventDetailDTO eventDetailDTO); |
| | | |
| | | R pagePopulationListApp(PagePopulationListDTO populationListDTO); |
| | | |
| | | R getPopulationDetailApp(Long populationId); |
| | | |
| | | R getPopulationRepairByApp(); |
| | | } |