From ace942d3f082a8a9687cf65337ee1c342a5c9bd8 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 10 一月 2022 11:09:32 +0800
Subject: [PATCH] 备份更新

---
 HDL_ON/Entity/Function/Function.cs |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/Entity/Function/Function.cs b/HDL_ON/Entity/Function/Function.cs
index 64bc159..277fa42 100644
--- a/HDL_ON/Entity/Function/Function.cs
+++ b/HDL_ON/Entity/Function/Function.cs
@@ -1110,7 +1110,17 @@
 
     public static class SPK
     {
-       
+        /// <summary>
+        /// 闂ㄩ攣
+        /// </summary>
+        public const string DoorLock = "security.door";
+
+        public static List<string> GetDoorLockSPKList()
+        {
+            var list = new List<string>();
+            list.Add(DoorLock);
+            return list;
+        }
 
 
         #region 鐏厜

--
Gitblit v1.8.0