| | |
| | | */ |
| | | HouseVO getHouseDetail(@Param("house") HouseVO house); |
| | | |
| | | List<HouseExcel> export(HouseVO household); |
| | | /** |
| | | * 导出房屋数据 |
| | | * @param house |
| | | * @return |
| | | */ |
| | | List<HouseExcel> export(@Param("house") HouseVO house); |
| | | |
| | | /** |
| | | * 查询房屋树 |
| | |
| | | @MapKey(value = "code") |
| | | Map<String, HouseTree> getHouseTree(@Param("houseParam") HouseParam houseParam, |
| | | @Param("list") List<String> list); |
| | | |
| | | Integer getHouseStatisticsOne(String code, Long userId); |
| | | Integer getHouseStatisticsTwo(String code, Long userId); |
| | | Integer getHouseStatisticsThree(String code, Long userId); |
| | | Integer getHouseStatisticsFour(String code, Long userId); |
| | | } |