Merge remote-tracking branch 'origin/feature/v1.0.2' into feature/v1.0.2

This commit is contained in:
zhangyuanzhen
2020-03-14 18:59:12 +08:00
7 changed files with 57 additions and 31 deletions

View File

@@ -32,4 +32,6 @@ public interface MarkerPoiTypeEnum {
public String FOURS_ICE = "10011";
//停车场
public String FOURS_PARKING = "10012";
//事故
public String FOURS_ACCIDENT = "10013";
}