| | |
| | | |
| | | /** |
| | | * 房屋自定义详情查询 |
| | | * |
| | | * @param house |
| | | * @return |
| | | */ |
| | | HouseVO getHouseDetail(@Param("house") HouseVO house); |
| | | HouseVO getHouseDetail(@Param("house") HouseVO house); |
| | | |
| | | /** |
| | | * 导出房屋数据 |
| | | * |
| | | * @param house |
| | | * @return |
| | | */ |
| | |
| | | List<String> getHouseBuilding(String districtCode); |
| | | |
| | | List<String> getHouseUnit(String districtCode, String building); |
| | | |
| | | List<Map<String, Object>> labelStatistics(@Param("house") HouseVO house, |
| | | @Param("regionChildCodesList") List<String> regionChildCodesList, |
| | | @Param("isAdministrator") Integer isAdministrator); |
| | | |
| | | List<Map<String, Object>> labelCommunityStatistics(@Param("house") HouseVO house, |
| | | @Param("regionChildCodesList") List<String> regionChildCodesList, |
| | | @Param("isAdministrator") Integer isAdministrator); |
| | | } |