linwe
2024-07-05 fee8fbb72f73cc11075b07bf457ce2dd2a9ce19e
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);
}