lin
2024-03-14 c4e2c196aad8af656d94bc47e9f1a80bc504b5d7
src/main/java/org/springblade/modules/house/controller/HouseController.java
@@ -258,4 +258,24 @@
      return R.data(detail);
   }
   /**
    * 房屋网格处理
    * @return
    */
   @GetMapping("/houseGridHandle")
   @ApiOperation(value = "房屋网格处理")
   public R houseGridHandle() {
      return R.data(houseService.houseGridHandle());
   }
   /**
    * 房屋警格处理
    * @return
    */
   @GetMapping("/houseJwGridHandle")
   @ApiOperation(value = "房屋警格处理")
   public R houseJwGridHandle() {
      return R.data(houseService.houseJwGridHandle());
   }
}