From 222e9f1b21f50b1674524ce84b1c5c4e946ddd03 Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Thu, 10 Mar 2022 16:26:22 +0800
Subject: [PATCH] city_aqi定时任务bug修复

---
 screen-common/src/main/java/com/moral/constant/Constants.java |   22 +++++++++++++++++++++-
 1 files changed, 21 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 0745402..5e7f627 100644
--- a/screen-common/src/main/java/com/moral/constant/Constants.java
+++ b/screen-common/src/main/java/com/moral/constant/Constants.java
@@ -135,6 +135,16 @@
     public static final String SENSOR_CODE_VOCS = "a99054";
 
     /*
+     * ������������ code
+     * */
+    public static final String SENSOR_CODE_CURRENT_SPEED = "a01011";
+
+    /*
+     * ������������ code
+     * */
+    public static final String SENSOR_CODE_CURRENT_FLOW = "a40001";
+
+    /*
      * ������code
      * */
     public static final String SENSOR_CODE_TEMP = "a01001";
@@ -291,5 +301,15 @@
     /*
      * ������������
      * */
-    public static final String QOQ = "qoq";
+    public static final String MOM = "mom";
+
+    /*
+    * ���������������
+    * */
+    public static final String YEAR = "year";
+
+    /*
+    * ���������������
+    * */
+    public static final String MONTH = "month";
 }

--
Gitblit v1.8.0