From 1ab0b018c6d0b5a12b5310ae23f37cb9e5a2887b Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Tue, 14 Sep 2021 10:07:42 +0800
Subject: [PATCH] update

---
 screen-common/src/main/java/com/moral/constant/Constants.java |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/screen-common/src/main/java/com/moral/constant/Constants.java b/screen-common/src/main/java/com/moral/constant/Constants.java
index fc89082..4346d0d 100644
--- a/screen-common/src/main/java/com/moral/constant/Constants.java
+++ b/screen-common/src/main/java/com/moral/constant/Constants.java
@@ -207,7 +207,17 @@
     /*
      * ������������������������
      * */
-    public static final String SENSOR_CODE_SPECIAL_BATCH = "a00000";
+    public static final String SENSOR_CODE_SPECIAL_BATCH = "PORRST";
 
+    /*
+     * ������������������������������
+     * */
+    public static final String SPECIAL_DEVICE_CAR = "0";
 
+    /*
+     * ������������������������������
+     * */
+    public static final String SPECIAL_DEVICE_UAV = "1";
+
+    
 }

--
Gitblit v1.8.0