| | |
| | | import java.util.Map; |
| | | |
| | | import com.panzhihua.common.model.dtos.community.CascadeHouseDTO; |
| | | import com.panzhihua.common.model.dtos.property.CommonPage; |
| | | import com.panzhihua.common.model.vos.community.ComMngPopulationDetailVO; |
| | | import com.panzhihua.common.model.vos.community.VillageVO; |
| | | import org.apache.ibatis.annotations.Insert; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | |
| | | * @return |
| | | */ |
| | | List<VillageVO> getSecondHouseAddress(Long communityId); |
| | | |
| | | /** |
| | | * 四长四员分页查询 |
| | | * @param page |
| | | * @param commonPage |
| | | * @return |
| | | */ |
| | | IPage<ComMngPopulationVO> query(Page page,@Param("commonPage") CommonPage commonPage); |
| | | |
| | | /** |
| | | * 居民详情 |
| | | */ |
| | | ComMngPopulationDetailVO getById(Long id); |
| | | } |