| | |
| | | package com.panzhihua.service_community.service; |
| | | |
| | | import com.panzhihua.common.model.dtos.community.PageComMngVillageDTO; |
| | | import com.panzhihua.common.model.dtos.grid.ComMngVillageListAppDTO; |
| | | import com.panzhihua.common.model.dtos.grid.PageComMngVillageBuildHouseAppDTO; |
| | | import com.panzhihua.common.model.dtos.grid.admin.ComMngPopulationListDTO; |
| | | import com.panzhihua.common.model.dtos.grid.admin.ComMngVillageListExportAdminDTO; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.community.ComMngVillageServeExcelVO; |
| | | import com.panzhihua.common.model.vos.community.ComMngVillageVO; |
| | |
| | | * @return 小区详情 |
| | | */ |
| | | R getVillage(Long villageId); |
| | | |
| | | /** |
| | | * 小区列表 |
| | | * @param villageListAppDTO 请求参数 |
| | | * @return 小区列表 |
| | | */ |
| | | R getGridVillageList(ComMngVillageListAppDTO villageListAppDTO); |
| | | |
| | | /** |
| | | * 小区下楼栋列表 |
| | | * @param villageId 小区id |
| | | * @return 小区下楼栋列表 |
| | | */ |
| | | R getGridVillageBuildingList(Long villageId); |
| | | |
| | | R delGridVillage(List<Long> villageIds); |
| | | |
| | | R getGridVillageStatistics(); |
| | | |
| | | R getGridVillageListExport(ComMngVillageListExportAdminDTO villageListAppDTO); |
| | | |
| | | } |