This commit is contained in:
wangcongtao
2020-03-30 19:27:31 +08:00
parent 8c9f537cbc
commit c253a45f8c
5 changed files with 21 additions and 9 deletions

View File

@@ -34,4 +34,6 @@ public interface MarkerPoiTypeEnum {
public String FOURS_PARKING = "10012";
//事故
public String FOURS_ACCIDENT = "10013";
//身边
public String FOURS_NEALY = "10014";
}