From e90209beae6a4e822cecb18e6889f8bda23f630e Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期一, 14 十二月 2020 11:16:06 +0800
Subject: [PATCH] 合并了晾衣架(非新云端)

---
 ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Resourse/GatewayResourse.cs |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Common/Resourse/HdlGatewayResourse.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Resourse/GatewayResourse.cs
similarity index 67%
rename from ZigbeeApp/Shared/Phone/Common/Resourse/HdlGatewayResourse.cs
rename to ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Resourse/GatewayResourse.cs
index f961eb7..dc70725 100644
--- a/ZigbeeApp/Shared/Phone/Common/Resourse/HdlGatewayResourse.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Resourse/GatewayResourse.cs
@@ -3,12 +3,12 @@
 using System.Text;
 using ZigBee.Device;
 
-namespace Shared.Phone
+namespace Shared.Phone.UserCenter
 {
     /// <summary>
     /// 缃戝叧鐨凴esourse
     /// </summary>
-    public class HdlGatewayResourse
+    public class GatewayResourse
     {
         /// <summary>
         /// 褰撳墠閫夋嫨鐨勭綉鍏矷D
@@ -18,9 +18,5 @@
         /// APP鏈�鍚庨�夋嫨鐨勭綉鍏矷D(鎴栬杩欎釜鍙橀噺鏄澶囩鐞嗙晫闈笓鐢ㄧ殑)
         /// </summary>
         public static string AppOldSelectGatewayId = string.Empty;
-        /// <summary>
-        /// 娴嬭瘯鑳藉惁骞挎挱寰楀埌缃戝叧,閫氬父鎯呭喌涓嬩负null
-        /// </summary>
-        public static Dictionary<string, ZbGateway> DicReceiveGatewayTest = null;
     }
 }

--
Gitblit v1.8.0