1
wxr
2022-12-30 9ebd6edb9beddf1a6881b2ca924ed43bf5cedfbe
SmartHome/HDL/Operation/Device/GatewayBase.cs
@@ -36,5 +36,11 @@
        public string Remote_IP2 = string.Empty;
        public string Remote_IP2_Prot = string.Empty;
        public bool isOnline = false;
        /// <summary>
        /// 已经迁移到新服务器
        /// </summary>
        public bool isMoveToNewServer = false;
    }
}