| | |
| | | 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; |
| | | import com.panzhihua.service_community.model.dos.ComMngVillageDO; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @return 社区集合 |
| | | */ |
| | | R listComActVillage(ComMngVillageVO comMngVillageVO); |
| | | |
| | | /** |
| | | * 根据房屋id查询实有房屋 |
| | | * |
| | | * @param villageId 查询条件 |
| | | * @return 查询结果 |
| | | */ |
| | | ComMngVillageDO getVillageById(Long villageId); |
| | | |
| | | /** |
| | | * 分页查询实有房屋 |
| | |
| | | */ |
| | | R getGridVillageBuildingList(Long villageId); |
| | | |
| | | R delGridVillage(List<Long> villageIds); |
| | | |
| | | R getGridVillageStatistics(); |
| | | |
| | | R getGridVillageListExport(ComMngVillageListExportAdminDTO villageListAppDTO); |
| | | |
| | | } |