martin 3 éve
szülő
commit
1609da5109

+ 6 - 0
api-common/src/main/java/api/common/pojo/constants/DictConstants.java

@@ -12,5 +12,11 @@ public class DictConstants {
     public static final String SCENE_ACCIDENT = "3";    // 交通事故
     public static final String SCENE_GENERAL = "4";    // 泛化场景
 
+    public static final String SENSOR_CAMERA = "1"; // 摄像头
+    public static final String SENSOR_OGT = "2"; // 完美传感器
+    public static final String SENSOR_LIDAR = "3"; // 激光雷达表
+    public static final String SENSOR_RADAR = "4"; // 毫米波雷达表
+    public static final String SENSOR_GPS = "5"; // GPS 传感器表
+
 
 }