+目的地推荐停车场类型

This commit is contained in:
liujing
2020-12-31 15:01:12 +08:00
parent 2224f51f44
commit 868705abc2
2 changed files with 6 additions and 1 deletions

View File

@@ -143,6 +143,8 @@ public class V2XMessageEntity<T> implements Serializable {
int ALERT_VOICE_CALL_FOR_LIVECAR_SHOW = 1_010;
// 基于预判目的地道路事件的路线推荐
int ALERT_RECOMMEND_ROUTE = 1_011;
// 基于预判目的地违章高发停车场推荐
int ALERT_RECOMMEND_PARKING = 1_012;
// 推送VR消息展示
int ALERT_PUSH_VR_SHOW = 2_000;
// 自车求助
@@ -165,6 +167,7 @@ public class V2XMessageEntity<T> implements Serializable {
V2XTypeEnum.ALERT_CAR_FOR_HELP,
V2XTypeEnum.ALERT_VOICE_CALL_FOR_LIVECAR_SHOW,
V2XTypeEnum.ALERT_RECOMMEND_ROUTE,
V2XTypeEnum.ALERT_RECOMMEND_PARKING,
V2XTypeEnum.ALERT_PUSH_VR_SHOW,
V2XTypeEnum.ALERT_OBU_EVENT,
})