| | |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.community.ComMngPopulationServeExcelVO; |
| | | import com.panzhihua.common.model.vos.community.ComMngPopulationVO; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import com.panzhihua.common.model.vos.community.EditComMngPopulationVO; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | */ |
| | | R getPopulationLists(List<Long> Ids); |
| | | |
| | | |
| | | /** |
| | | * 编辑实有人口 |
| | | * @param editComMngPopulationVO |
| | | * @param communityId |
| | | * @return |
| | | */ |
| | | R editPopulation(EditComMngPopulationVO editComMngPopulationVO, Long communityId); |
| | | } |