增加vip变灯提醒类型

This commit is contained in:
tongchenfei
2020-06-29 09:52:21 +08:00
parent f8e084334b
commit 4ff3c0e2cc
3 changed files with 7 additions and 1 deletions

View File

@@ -30,4 +30,9 @@ public class ObuConstant {
* 行人碰撞预警
*/
public static final int TYPE_ROAD_USER_COLLISION_WARNING = 115;
/**
* 为vip车辆变灯提醒
*/
public static final int TYPE_CHANGE_LIGHT_FOR_VIP = 116;
}