From 4ce5177289b1d34e467de9d8790836559cc5a09e Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期一, 18 十一月 2019 18:06:28 +0800 Subject: [PATCH] 合并了全部的代码 --- ZigbeeApp/Shared/Phone/ZigBee/Device/Panel.cs | 41 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 41 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Device/Panel.cs b/ZigbeeApp/Shared/Phone/ZigBee/Device/Panel.cs index e969e92..0bc309a 100755 --- a/ZigbeeApp/Shared/Phone/ZigBee/Device/Panel.cs +++ b/ZigbeeApp/Shared/Phone/ZigBee/Device/Panel.cs @@ -64,6 +64,47 @@ /// </summary> public string curSelectSceneID = ""; + /// <summary> + /// 鏈湴妤煎眰鎴块棿缁戝畾鍒楄〃 + /// </summary> + public Dictionary<int, FloorRoomBindObj> FloorRoomBindObjList = new Dictionary<int, FloorRoomBindObj> { }; + /// <summary> + /// 缁戝畾鐨勬ゼ灞傛埧闂翠俊鎭� + /// </summary> + [System.Serializable] + public class FloorRoomBindObj + { + /// <summary> + /// 妤煎眰ID + /// </summary> + public string floodID; + /// <summary> + /// 妤煎眰鍚嶇О + /// </summary> + public string floodName; + /// <summary> + /// 鎴块棿ID + /// </summary> + public string roomID; + /// <summary> + /// 鎴块棿鍚嶇О + /// </summary> + public string roomName; + /// <summary> + /// 缁戝畾鐩爣ID + /// </summary> + public string BindID; + /// <summary> + /// 缁戝畾鐩爣鍚嶇О + /// </summary> + public string BindName; + /// <summary> + /// 鍥剧墖璺緞 + /// </summary> + public string IconPath = ""; + + } + // <summary> /// 鎸夐敭涓缁戝畾鐨勭洰鏍囧垪琛� /// </summary> -- Gitblit v1.8.0