From 99253403b560f761d5f9af8b4f5140496996433a Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期五, 20 十一月 2020 16:49:50 +0800 Subject: [PATCH] 新云端的代码Ver1.0 --- ZigbeeApp/Shared/Phone/Common/Resourse/HdlGatewayResourse.cs | 42 +++++++++++++++++++++++------------------- 1 files changed, 23 insertions(+), 19 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Resourse/GatewayResourse.cs b/ZigbeeApp/Shared/Phone/Common/Resourse/HdlGatewayResourse.cs old mode 100755 new mode 100644 similarity index 66% rename from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Resourse/GatewayResourse.cs rename to ZigbeeApp/Shared/Phone/Common/Resourse/HdlGatewayResourse.cs index b5aaf62..f961eb7 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Resourse/GatewayResourse.cs +++ b/ZigbeeApp/Shared/Phone/Common/Resourse/HdlGatewayResourse.cs @@ -1,22 +1,26 @@ -锘縰sing System; -using System.Collections.Generic; -using System.Text; -using ZigBee.Device; - -namespace Shared.Phone.UserCenter -{ - /// <summary> - /// 缃戝叧鐨凴esourse - /// </summary> - public class GatewayResourse - { +锘縰sing System; +using System.Collections.Generic; +using System.Text; +using ZigBee.Device; + +namespace Shared.Phone +{ + /// <summary> + /// 缃戝叧鐨凴esourse + /// </summary> + public class HdlGatewayResourse + { /// <summary> /// 褰撳墠閫夋嫨鐨勭綉鍏矷D /// </summary> - public static string NowSelectGatewayId = string.Empty; - /// <summary> - /// APP鏈�鍚庨�夋嫨鐨勭綉鍏矷D(鎴栬杩欎釜鍙橀噺鏄澶囩鐞嗙晫闈笓鐢ㄧ殑) - /// </summary> - public static string AppOldSelectGatewayId = string.Empty; - } -} + public static string NowSelectGatewayId = string.Empty; + /// <summary> + /// APP鏈�鍚庨�夋嫨鐨勭綉鍏矷D(鎴栬杩欎釜鍙橀噺鏄澶囩鐞嗙晫闈笓鐢ㄧ殑) + /// </summary> + public static string AppOldSelectGatewayId = string.Empty; + /// <summary> + /// 娴嬭瘯鑳藉惁骞挎挱寰楀埌缃戝叧,閫氬父鎯呭喌涓嬩负null + /// </summary> + public static Dictionary<string, ZbGateway> DicReceiveGatewayTest = null; + } +} -- Gitblit v1.8.0