| | |
| | | * @param houseRental |
| | | * @return |
| | | */ |
| | | List<HouseRentalTenantVO> selectHouseRentalPage(IPage page, @Param("vo") HouseRentalTenantVO houseRental); |
| | | List<HouseRentalTenantVO> selectHouseRentalPage(IPage page, |
| | | @Param("vo") HouseRentalTenantVO houseRental, |
| | | @Param("list") List<String> list); |
| | | |
| | | /** |
| | | * 查询房屋出租情况 |
| | |
| | | * 获取统计数据 |
| | | * @return |
| | | */ |
| | | List<HouseRentalStatistics> getStatistics(@Param("vo") HouseRentalTenantVO houseRental); |
| | | List<HouseRentalStatistics> getStatistics(@Param("vo") HouseRentalTenantVO houseRental, |
| | | @Param("list") List<String> list); |
| | | } |