From cd4189a3f0e3896a37f2307d842af6c8ee4dc0ec Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期三, 14 六月 2023 13:20:53 +0800 Subject: [PATCH] 调整日志库 --- HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/ObjectClass.cs | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/ObjectClass.cs b/HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/ObjectClass.cs index 5aa77bb..73f68c0 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/ObjectClass.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/ObjectClass.cs @@ -1,4 +1,7 @@ 锘縰sing System; +using System.Collections.Generic; +using HDL_ON.Entity; + namespace HDL_ON.UI.UI2.FuntionControlView.VideoDoorLock { public class ObjectClass @@ -53,6 +56,29 @@ } /// <summary> + /// 鑾峰彇闂ㄩ攣鍒楄〃 + /// </summary> + public class DoorLockList + { + /// <summary> + /// 闂ㄩ攣璁惧鍒楄〃 + /// </summary> + public List<Function> list = new List<Function>(); + } + /// <summary> + /// 闂ㄩ攣鍨嬪彿鍒楄〃 + /// </summary> + public class LockModels { + /// <summary> + /// 鍨嬪彿鍒楄〃 + /// </summary> + public List<string> lockModels = new List<string>(); + /// <summary> + /// 鍨嬪彿鍒楄〃 + /// </summary> + public List<string> notAllowedConfigNetworkModels = new List<string>(); + } + /// <summary> /// 鎺ㄩ�佸唴瀹瑰璞� /// </summary> public class ExpantContent -- Gitblit v1.8.0