linwe
2023-11-10 cd0cc8910180826a92451c44a55c2799d7cdca81
src/main/java/org/springblade/modules/house/mapper/HouseRentalMapper.java
@@ -50,5 +50,9 @@
    */
    List<HouseRentalVO> getHouseRentalListByCode(@Param("code") String code);
   List<HouseRentalStatistics> getStatistics();
   /**
    * 获取统计数据
    * @return
    */
   List<HouseRentalStatistics> getStatistics(@Param("vo") HouseRentalTenantVO houseRental);
}