From e3ad42ffa2fa67c8f6cb4519ca626fa275c8947d Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 02 十二月 2020 16:34:40 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/CJL-NEW'

---
 HDL_ON/Common/Constant.cs |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/Common/Constant.cs b/HDL_ON/Common/Constant.cs
index d5c497e..8d28c11 100644
--- a/HDL_ON/Common/Constant.cs
+++ b/HDL_ON/Common/Constant.cs
@@ -208,7 +208,26 @@
         /// </summary>
         SCENE,
     }
-    
+
+    /// <summary>
+    /// 鎺ㄩ�佹秷鎭被鍨�
+    /// </summary>
+    public enum PushType
+    {
+        /// <summary>
+        /// 鍒嗕韩涓庡姛鑳�
+        /// </summary>
+        Default = 0,
+        /// <summary>
+        /// 鎶ヨ绫�
+        /// </summary>
+        Alarm,
+        /// <summary>
+        /// 绯荤粺淇℃伅
+        /// </summary>
+        Prompt,
+    }
+
 
     #endregion
 }

--
Gitblit v1.8.0