linwe
2023-11-12 8d8c7da4e91028fc877f101dcd244bef3e18c197
src/main/java/org/springblade/modules/house/service/IHouseRentalService.java
@@ -71,5 +71,16 @@
    */
   Boolean updateHouseRental(HouseRentalVO houseRental);
    List<HouseRentalStatistics> getStatistics();
   /**
    * 获取统计数据
    * @return
    */
   Object getStatistics(HouseRentalTenantVO houseRental);
   /**
    * 出租屋 确认
    * @param houseRental
    * @return
    */
   Boolean confirmHouseRental(HouseRentalVO houseRental);
}