From 23ca39219c5075d829d14137cb54896a24ae513d Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期五, 04 十二月 2020 13:57:08 +0800
Subject: [PATCH] 20201204

---
 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