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; } }