From 1f4cec0e3b571e7541f0c7f3a5ea302ed586d9fb Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期四, 24 十月 2019 16:47:06 +0800 Subject: [PATCH] 2019-10-24-5 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs | 21 +++++++++++++-------- 1 files changed, 13 insertions(+), 8 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs index 989af37..da3d02d 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs @@ -1,4 +1,5 @@ -锘縰sing System; +锘縰sing Shared.Common; +using System; using System.Collections.Generic; namespace Shared.Phone.UserCenter @@ -169,7 +170,7 @@ /// <summary> /// 鎴块棿鍚嶇О /// </summary> - public List<string> listRoomName = new List<string>(); + public string RoomName = string.Empty; /// <summary> /// 璁惧鐨勬墦寮�鐘舵�� /// </summary> @@ -890,17 +891,21 @@ public class MemberShardInfoData { /// <summary> - /// 鎴愬憳鐨勫叏閮ㄥ垎浜暟鎹�,閲岄潰鍖呭惈鎵�鏈夌殑鏂囦欢(keys:鎴块棿鏂囦欢鍚� value:鏂囦欢鍚�) - /// </summary> - public Dictionary<string, HashSet<string>> dicAllMemberShard = new Dictionary<string, HashSet<string>>(); - /// <summary> /// 鍏ㄩ儴鐨勫垎浜枃浠剁殑涓婚敭(keys:鏂囦欢鍚� value:涓婚敭) /// </summary> public Dictionary<string, string> dicAllShardKeys = new Dictionary<string, string>(); /// <summary> - /// 鍒嗕韩鎴块棿鐨勫璞�(瀹冩槸浠庝簯绔潵鐨�) + /// 鍒嗕韩鎴块棿鐨勫璞�(瀹冩槸浠庝簯绔潵鐨�,keys:鏂囦欢鍚�) /// </summary> - public Dictionary<string, Common.Room> dicShardRoom = new Dictionary<string, Common.Room>(); + public Dictionary<string, Room> dicShardRoom = new Dictionary<string, Common.Room>(); + /// <summary> + /// 鍒嗕韩鐨勬ゼ灞� + /// </summary> + public Dictionary<string, string> dicShardFloor = new Dictionary<string, string>(); + /// <summary> + /// 涓存椂鍙橀噺(杩欎釜涓滆タ涓簄ull,鍗充笉鏄柊鍒嗕韩鐨勬埧闂�,鍚﹀垯鏄柊鍒嗕韩鐨勬埧闂淬�傜敤瀹岃寰楃疆绌�) + /// </summary> + public Room TempRoom = null; /// <summary> /// 鏄惁闇�瑕佸埛鏂� /// </summary> -- Gitblit v1.8.0