linwe
2024-08-09 8b7258c9427882bb1798f1502eaa35184c6e374e
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);
}