From 41622b7aa1d948040b0f8ea024aece42d5a518a2 Mon Sep 17 00:00:00 2001
From: kaiyu <404897439@qq.com>
Date: Wed, 25 Aug 2021 09:29:05 +0800
Subject: [PATCH] screen-api                 SQL优化 screen-manage                日志模块更新,SQL优化

---
 screen-common/src/main/java/com/moral/constant/Constants.java |   34 +++++++++++++++++++++++++---------
 1 files changed, 25 insertions(+), 9 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 3efa08b..fc89082 100644
--- a/screen-common/src/main/java/com/moral/constant/Constants.java
+++ b/screen-common/src/main/java/com/moral/constant/Constants.java
@@ -120,11 +120,6 @@
     public static final String UN_ADJUST = "unadjust";
 
     /*
-     * ���������������������
-     * */
-    public static final String TRANSITION = "transition";
-
-    /*
      * ���������������������
      * */
     public static final String DEVICE_STATE_OFFLINE = "0";
@@ -179,19 +174,40 @@
      * */
     public static final String SENSOR_CODE_NO2 = "a21004";
 
+    /*
+     * ������ code
+     * */
+    public static final String SENSOR_CODE_LON = "flylon";
+
+    /*
+     * ������ code
+     * */
+    public static final String SENSOR_CODE_LAT = "flylat";
+
     /**
      * The Constant NULL_VALUE.
      */
     public static final String NULL_VALUE = "N/V";
 
-    //������������������������,������
+    /*
+    * ������������������������,������
+    * */
     public static final String MARKER_BIT_TRUE = "N";
 
-    //������������������������,���������������
+    /*
+    * ������������������������,���������������
+    * */
     public static final String MARKER_BIT_FALSE = "H";
 
-    //������������������������������������������key������
-    public static final String MARKER_BIT_KEY = "-Flag";
+    /*
+    * ������������������������������������������key������
+    * */
+    public static final String MARKER_BIT_KEY = "Flag";
+
+    /*
+     * ������������������������
+     * */
+    public static final String SENSOR_CODE_SPECIAL_BATCH = "a00000";
 
 
 }

--
Gitblit v1.8.0