linwe
2024-08-07 773c1d40e9081d8eed0c4da2fe5c8201df57f918
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);
}