From 5777c367f53c758546211d5f7f40a27f0b11c660 Mon Sep 17 00:00:00 2001 From: lss <lsc@hdlchina.com.cn> Date: 星期二, 26 四月 2022 18:02:03 +0800 Subject: [PATCH] 2022-4-26 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Resourse/GatewayResourse.cs | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Resourse/GatewayResourse.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Resourse/GatewayResourse.cs new file mode 100644 index 0000000..dc70725 --- /dev/null +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Resourse/GatewayResourse.cs @@ -0,0 +1,22 @@ +锘縰sing System; +using System.Collections.Generic; +using System.Text; +using ZigBee.Device; + +namespace Shared.Phone.UserCenter +{ + /// <summary> + /// 缃戝叧鐨凴esourse + /// </summary> + public class GatewayResourse + { + /// <summary> + /// 褰撳墠閫夋嫨鐨勭綉鍏矷D + /// </summary> + public static string NowSelectGatewayId = string.Empty; + /// <summary> + /// APP鏈�鍚庨�夋嫨鐨勭綉鍏矷D(鎴栬杩欎釜鍙橀噺鏄澶囩鐞嗙晫闈笓鐢ㄧ殑) + /// </summary> + public static string AppOldSelectGatewayId = string.Empty; + } +} -- Gitblit v1.8.0