From 4c4b97b0fc6b418254b8b7c29e55c7ee8f39997b Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Fri, 08 Oct 2021 10:05:56 +0800
Subject: [PATCH] 臭氧预测实测对比

---
 screen-common/src/main/java/com/moral/constant/Constants.java |   25 +++++++++++++++++++++++++
 1 files changed, 25 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 1d6250d..22eb8b8 100644
--- a/screen-common/src/main/java/com/moral/constant/Constants.java
+++ b/screen-common/src/main/java/com/moral/constant/Constants.java
@@ -219,5 +219,30 @@
      * */
     public static final String SPECIAL_DEVICE_UAV = "1";
 
+    /*
+    * ������
+    * */
+    public static final String HOURYLYREPORT = "0";
+
+    /*
+    * ������
+    * */
+    public static final String DAILYREPORT = "1";
+
+    /*
+    * ������
+    * */
+    public static final String WEEKLYREPORT = "2";
+
+    /*
+    * ������
+    * */
+    public static final String MONTHLYREPORT = "3";
+
+    /*
+    * ���������������������
+    * */
+    public static final String NORMAL_FLAG = "N";
+
     
 }

--
Gitblit v1.8.0