From ddebb2ea352012c10ec31a9d9774b0320af4caac Mon Sep 17 00:00:00 2001
From: kaiyu <404897439@qq.com>
Date: Thu, 10 Jun 2021 16:48:15 +0800
Subject: [PATCH] Merge branch 'dev' of http://blit.7drlb.com:8888/r/moral into dev

---
 screen-common/src/main/java/com/moral/constant/RedisConstants.java |   28 +++++++++++++++++++---------
 1 files changed, 19 insertions(+), 9 deletions(-)

diff --git a/screen-common/src/main/java/com/moral/constant/RedisConstants.java b/screen-common/src/main/java/com/moral/constant/RedisConstants.java
index 2578c67..db0ec8c 100644
--- a/screen-common/src/main/java/com/moral/constant/RedisConstants.java
+++ b/screen-common/src/main/java/com/moral/constant/RedisConstants.java
@@ -12,20 +12,30 @@
 @Data
 public class RedisConstants {
     /*
-    * ������������ redis������key
-    * ������Map<String,List<sysDictData>>���������key������������������������Value������������������������
-    * */
+     * ������������ redis������key
+     * ������Map<String,List<sysDictData>>���������key������������������������Value������������������������
+     * */
     public static final String DICT_DATA_KEY = "dict_data";
 
     /*
-    * ������������ redis������key
-    * ������List<sysDictType>������
-    * */
+     * ������������ redis������key
+     * ������List<sysDictType>������
+     * */
     public static final String DICT_TYPE_KEY = "dict_type";
 
     /*
-    * ������ redis������key
-    * ������Map<Integer,Sensor>������
-    * */
+     * ������ redis������key
+     * ������Map<Integer,Sensor>������
+     * */
     public static final String SENSOR_KEY = "sensor";
+
+    /*
+     * ������������������
+     * */
+    public static final String DEVICE = "device";
+
+    /*
+     * ������������������������
+     * */
+    public static final String STATE = "state";
 }

--
Gitblit v1.8.0