From 9f326f4000847e6167d8166fa2f6a66f53cb3734 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期四, 17 十二月 2020 09:07:13 +0800
Subject: [PATCH] 新云端Ver1.3

---
 ZigbeeApp/Shared/Phone/Common/Common/ResponsePack.cs |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Common/Common/ResponsePack.cs b/ZigbeeApp/Shared/Phone/Common/Common/ResponsePack.cs
new file mode 100644
index 0000000..f7c1f87
--- /dev/null
+++ b/ZigbeeApp/Shared/Phone/Common/Common/ResponsePack.cs
@@ -0,0 +1,22 @@
+锘縰sing System;
+namespace Shared.Phone
+{
+    /// <summary>
+    /// 浜戠鐨勮繑鍥炵粨鏋�
+    /// </summary>
+    public class ResponsePack
+    {
+        /// <summary>
+        /// 鐘舵�佺爜
+        /// </summary>
+        public string Code = string.Empty;
+        /// <summary>
+        /// 浜戠鐘舵�佺爜鐨勬秷鎭�(鏈�濂戒笉瑕佹樉绀鸿繖涓��,璋冭瘯鐨勬椂鍊�,鐪嬬湅灏辫)
+        /// </summary>
+        public string Message = string.Empty;
+        /// <summary>
+        /// 浜戠杩斿洖鐨勬暟鎹�
+        /// </summary>
+        public object Data { get; set; }
+    }
+}

--
Gitblit v1.8.0