linwe
2024-05-24 b6d1acb0c319e60fc4c03ed2fdd19be16440e2de
src/main/java/org/springblade/modules/grid/mapper/GridRangeMapper.java
@@ -47,4 +47,11 @@
    * @return
    */
    List<GridVO> getTestGridData();
   /**
    * 根据房屋查询对应的小区
    * @param houseCode
    * @return
    */
    String getDistrictIdByHouseCode(@Param("houseCode") String houseCode);
}