linwe
2023-11-17 fa9441abe6326540763d38fdc712fef3f6ee2983
src/main/java/org/springblade/modules/house/controller/HouseRentalController.java
@@ -182,6 +182,12 @@
      return R.data(houseRentalService.getStatistics(houseRental));
   }
   @GetMapping("/getStatisticsCount")
   public R getStatisticsCount(HouseRentalTenantVO houseRental){
      return R.data(houseRentalService.getStatisticsCount(houseRental));
   }
   /**
    * 导出用户
    */