zhongrj
2024-04-01 079c4fdc2ac37c06ef3aa17672a8e5dff69c58bc
src/main/java/org/springblade/modules/house/controller/HouseController.java
@@ -278,4 +278,15 @@
      return R.data(houseService.houseJwGridHandle());
   }
   /**
    * 房屋画像统计-按房屋标签统计
    * @return
    */
   @GetMapping("/getHouseLabelStatistic")
   @ApiOperation(value = "房屋画像统计")
   public R getHouseLabelStatistic(HouseVO house) {
      return R.data(houseService.getHouseLabelStatistic(house));
   }
}