From c1cb2d8c6034a2ee7aa8a5710bba15b14f76cebc Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期五, 18 八月 2023 18:54:31 +0800
Subject: [PATCH] 2023年08月18日18:54:22

---
 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