update 修改类名

This commit is contained in:
Lemon
2023-06-14 11:42:12 +08:00
parent 7a15469bdf
commit 2430e4beaf
5 changed files with 14 additions and 9 deletions

View File

@@ -1,5 +1,10 @@
package com.jsowell.thirdparty.amap.service;
public class AMapService {
/**
* 高德地图Service
*
* @author Lemon
* @Date 2023/6/14 11:38
*/
public interface AMapService {
}