From a251442d9fc088b3d8cf74d20b959f0f6103b095 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 14 九月 2020 17:42:10 +0800
Subject: [PATCH] 20200914

---
 HDL_ON/Entity/DB_ResidenceData.cs |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/HDL_ON/Entity/DB_ResidenceData.cs b/HDL_ON/Entity/DB_ResidenceData.cs
index 2a7747e..ef7b8cf 100644
--- a/HDL_ON/Entity/DB_ResidenceData.cs
+++ b/HDL_ON/Entity/DB_ResidenceData.cs
@@ -2,6 +2,7 @@
 using System.Collections.Generic;
 using HDL_ON.DAL;
 using HDL_ON.DAL.Net;
+using Shared;
 
 namespace HDL_ON.Entity
 {
@@ -12,9 +13,8 @@
         }
 
         /// <summary>
-        /// 0:A鍗忚缃戝叧
-        /// 1:bus缃戝叧
-        /// 2:knx缃戝叧
+        /// 0:bus缃戝叧
+        /// 1:A鍗忚缃戝叧
         /// </summary>
         public int GatewayType = 0;
         /// <summary>
@@ -425,6 +425,11 @@
             MainPage.Log("Save DB_ResidenceData");
         }
 
+        /// <summary>
+        /// 褰撳墠閫夋嫨鐨勬ゼ灞�
+        /// </summary>
+        public string CurFoor = Language.StringByID(StringId.All);
+
         #region 鎴块棿鏁版嵁鐩稿叧
         /// <summary>
         /// 鍒濆鍖栨瘡涓埧闂寸殑鍔熻兘鏁版嵁

--
Gitblit v1.8.0