From beb40a62ce723b391964dab56de6aa0f98f50613 Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Fri, 11 Mar 2022 15:08:25 +0800
Subject: [PATCH] city_aqi月,年数据定时任务修改,每日累计统计
---
screen-common/src/main/java/com/moral/constant/Constants.java | 20 ++++++++++++++++++++
1 files changed, 20 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 296db1a..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";
@@ -292,4 +302,14 @@
* ������������
* */
public static final String MOM = "mom";
+
+ /*
+ * ���������������
+ * */
+ public static final String YEAR = "year";
+
+ /*
+ * ���������������
+ * */
+ public static final String MONTH = "month";
}
--
Gitblit v1.8.0