From ffe9d36074938e837f46afcd30b99788a7fbb4a0 Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Fri, 04 Mar 2022 16:02:40 +0800
Subject: [PATCH] 烟气流速,流量校准
---
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