From 8fcc3bd198606e0400eca5383572fb97ecdada85 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 10 一月 2023 15:51:37 +0800
Subject: [PATCH] 备份
---
SmartHome/HDL/Operation/Device/GatewayBase.cs | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/SmartHome/HDL/Operation/Device/GatewayBase.cs b/SmartHome/HDL/Operation/Device/GatewayBase.cs
index 2bb7ab7..08cc2d5 100644
--- a/SmartHome/HDL/Operation/Device/GatewayBase.cs
+++ b/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;
+
}
}
--
Gitblit v1.8.0