lin
2024-03-15 86d67bf56643c8cdf79cd247f7e8027c4f63c45f
src/main/java/org/springblade/modules/house/service/IHouseService.java
@@ -90,4 +90,16 @@
   List<Map<String, Object>> labelStatistics(HouseVO house);
   List<Map<String, Object>> labelCommunityStatistics(HouseVO house);
   /**
    * 房屋网格处理
    * @return
    */
    Object houseGridHandle();
   /**
    * 房屋警格处理
    * @return
    */
   Object houseJwGridHandle();
}