HDL Home App 第二版本 旧平台金堂用 正在使用
chenqiyang
2022-06-22 dc0309e64f02227d8e1468b7326c07955f804612
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Resourse/GatewayResourse.cs
New file
@@ -0,0 +1,22 @@
using System;
using System.Collections.Generic;
using System.Text;
using ZigBee.Device;
namespace Shared.Phone.UserCenter
{
    /// <summary>
    /// 网关的Resourse
    /// </summary>
    public class GatewayResourse
    {
        /// <summary>
        /// 当前选择的网关ID
        /// </summary>
        public static string NowSelectGatewayId = string.Empty;
        /// <summary>
        /// APP最后选择的网关ID(或许这个变量是设备管理界面专用的)
        /// </summary>
        public static string AppOldSelectGatewayId = string.Empty;
    }
}