From e6c6e6225bdbaaa27bcde320a79acde8239416c2 Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Wed, 30 Jun 2021 10:53:05 +0800
Subject: [PATCH] 定时任务

---
 screen-common/src/main/java/com/moral/constant/Constants.java |   16 +++++++++++++++-
 1 files changed, 15 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 535af51..75ce9a3 100644
--- a/screen-common/src/main/java/com/moral/constant/Constants.java
+++ b/screen-common/src/main/java/com/moral/constant/Constants.java
@@ -114,7 +114,6 @@
      * */
     public static final String SYSTEM_DICT_TYPE_PURCHASER = "purchaser";
 
-
     /*
      * ������������������������
      * */
@@ -125,5 +124,20 @@
      * */
     public static final String DEVICE_STATE_OFFLINE = "4";
 
+    /*
+     * ������code
+     * */
+    public static final String SENSOR_CODE_O3 = "a05024";
+
+    /*
+     * vocs code
+     * */
+    public static final String SENSOR_CODE_VOCS = "a99054";
+
+    /*
+     * ������code
+     * */
+    public static final String SENSOR_CODE_TEMP = "a01001";
+
 
 }

--
Gitblit v1.8.0