From 6ad91aa2a784f3a66087d2eed065d7a3b6d66c0d Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期四, 13 十月 2022 14:17:06 +0800 Subject: [PATCH] 2022年10月13日14:16:05 --- HDL_ON/Entity/Function/Function.cs | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Entity/Function/Function.cs b/HDL_ON/Entity/Function/Function.cs index b9716b4..878603c 100644 --- a/HDL_ON/Entity/Function/Function.cs +++ b/HDL_ON/Entity/Function/Function.cs @@ -1313,6 +1313,11 @@ public static class SPK { /// <summary> + /// 閫氱敤寮�鍏� + /// </summary> + public const string OtherCommon = "other.common"; + + /// <summary> /// 闂ㄩ攣 /// </summary> public const string DoorLock = "security.door"; @@ -1326,6 +1331,7 @@ list.Add(DoorLock); return list; } + #region 鐏厜 @@ -1860,6 +1866,13 @@ } #endregion + #region 鍙瀵硅 + /// <summary> + /// HDL鍙瀵硅 + /// </summary> + public const string doorgate="door.gate"; + #endregion + #region 绗笁鏂箂pk鍒楄〃 /// <summary> /// 鑾峰彇鎵�鏈夌涓夋柟鍝佺墝鍔熻兘鐨剆pk -- Gitblit v1.8.0