linwe
2024-05-15 047ced202f052d70c50f4365b2d86810de076489
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);
}