| | |
| | | package com.panzhihua.service_community.service; |
| | | |
| | | import com.panzhihua.common.model.dtos.community.ComMngPopulationDTO; |
| | | import com.panzhihua.common.model.dtos.community.ComMngPopulationTagDTO; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.community.ComMngPopulationVO; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | |
| | | * @return 删除结果 |
| | | */ |
| | | R deletePopulation(Long populationId); |
| | | /** |
| | | * 根据实有人口id修改用户标签 |
| | | * @param populationTagDTO 请求参数 |
| | | * @return 修改结果 |
| | | */ |
| | | R editTagPopulation(ComMngPopulationTagDTO populationTagDTO); |
| | | } |