| | |
| | | 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); |
| | | Integer getHouseStatisticsOne(String code, Long userId,String aoiCode,String buildingCode,String uniCode); |
| | | Integer getHouseStatisticsTwo(String code, Long userId,String aoiCode,String buildingCode,String uniCode); |
| | | Integer getHouseStatisticsThree(String code, Long userId,String aoiCode,String buildingCode,String uniCode); |
| | | Integer getHouseStatisticsFour(String code, Long userId,String aoiCode,String buildingCode,String uniCode); |
| | | } |