|
@@ -7,4 +7,10 @@ public class DictConstants {
|
|
|
public static final String LIST_KEY = "LIST:";
|
|
|
public static final String MAP_KEY = "MAP:";
|
|
|
|
|
|
+ public static final String SCENE_NATURAL = "1"; // 自然驾驶
|
|
|
+ public static final String SCENE_STANDARD = "2"; // 标准法规
|
|
|
+ public static final String SCENE_ACCIDENT = "3"; // 交通事故
|
|
|
+ public static final String SCENE_GENERAL = "4"; // 泛化场景
|
|
|
+
|
|
|
+
|
|
|
}
|