martin 3 년 전
부모
커밋
1609da5109
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      api-common/src/main/java/api/common/pojo/constants/DictConstants.java

+ 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 传感器表
+
 
 }