From 87c5e522b8ead5f8d5d201323e14e7aa438e84ec Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期二, 14 三月 2023 19:08:25 +0800 Subject: [PATCH] 2023年03月14日19:08:20 --- HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/ObjectClass.cs | 30 ++++++++++++++++++++++++++++-- 1 files changed, 28 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/ObjectClass.cs b/HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/ObjectClass.cs index 6da1bd7..686afe8 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/ObjectClass.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/ObjectClass.cs @@ -3,8 +3,8 @@ { public class ObjectClass { - - + + } /// <summary> /// 鐢ㄦ埛淇℃伅(钀ょ煶瑙嗛闂ㄩ攣) @@ -52,5 +52,31 @@ public string name = string.Empty; } + /// <summary> + /// 鎺ㄩ�佸唴瀹瑰璞� + /// </summary> + public class ExpantContent + { + /// <summary> + /// 璁惧搴忓垪鍙� + /// </summary> + public string devSerial = string.Empty; + /// <summary> + /// 璁惧id + /// </summary> + public string deviceId = string.Empty; + /// <summary> + /// 涓嶇煡閬撴槸鍟� + /// </summary> + public string interphoneTypeEnum = string.Empty; + /// <summary> + /// 涓嶇煡閬撴槸鍟� + /// </summary> + public string subToken = string.Empty; + /// <summary> + /// 浜戦泙涓婂畾涔夌殑璁惧spk + /// </summary> + public string spk = string.Empty; + } } -- Gitblit v1.8.0