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