From 3fb93c6ca8bd5487ac900c3434824f421e024986 Mon Sep 17 00:00:00 2001
From: kaiyu <404897439@qq.com>
Date: Wed, 25 Aug 2021 11:57:55 +0800
Subject: [PATCH] screen-common           修复日志工具类BUG

---
 screen-common/src/main/java/com/moral/constant/Constants.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 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 a7ec5d1..fc89082 100644
--- a/screen-common/src/main/java/com/moral/constant/Constants.java
+++ b/screen-common/src/main/java/com/moral/constant/Constants.java
@@ -174,6 +174,16 @@
      * */
     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.
      */

--
Gitblit v1.8.0