From 452e8cef1c740d18ee398be6971d9952e41dbd4a Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 12 四月 2023 16:11:50 +0800
Subject: [PATCH] 1
---
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 686afe8..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
@@ -7,9 +10,9 @@
}
/// <summary>
- /// 鐢ㄦ埛淇℃伅(钀ょ煶瑙嗛闂ㄩ攣)
+ /// 鐢ㄦ埛淇℃伅(钀ょ煶瑙嗛闂ㄩ攣)
/// </summary>
- public class UserInfo
+ public class UserVideoDoorLockInfo
{
/// <summary>
/// 鐢ㄦ埛id
@@ -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