linwe
2023-11-21 751d072226c4c64f5624f0c8bd2518043a861fc9
src/main/java/org/springblade/modules/grid/mapper/GridMapper.java
@@ -53,4 +53,9 @@
    * @return
    */
    List<String> getAddressCodeListByUserId(@Param("userId") Long userId);
   /**
    * 空间分析 mysql 5.7  点落面
    */
   GridEntity spatialAnalysis(@Param("point")String point);
}