linwe
2023-11-15 d2065182415f95147fc4ba0bed23e373434b7d97
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);
}