From 5781fe4b0b3747aabb90946fd138825e51fd5c86 Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期五, 01 十一月 2019 17:18:11 +0800
Subject: [PATCH] 2019-11-01-3
---
ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs b/ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs
old mode 100755
new mode 100644
index 7354850..67ce890
--- a/ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs
+++ b/ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs
@@ -173,7 +173,10 @@
return (DateTime.Now - LoginDateTime).Days < 7;
}
}
-
+ /// <summary>
+ ///鏆傛椂榛樿
+ /// </summary>
+ public string Nmae = string.Empty;
/// <summary>
/// 璐︽埛鐧诲綍鎴愬姛鐨勮处鎴风被鍨�
/// </summary>
@@ -281,7 +284,7 @@
public List<string> HomeFilePathList = new List<string> { };
public string HomeId = string.Empty;
-
+
[Newtonsoft.Json.JsonIgnore]
private House m_Home = null;
/// <summary>
--
Gitblit v1.8.0