From 680385e9f4ddc6f9153d3b1a7b50d54878bc0884 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 18 四月 2022 15:16:39 +0800 Subject: [PATCH] 紧急面板备份 --- HDL_ON/Entity/Function/Function.cs | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Entity/Function/Function.cs b/HDL_ON/Entity/Function/Function.cs index 5f8beba..6fdb8d9 100644 --- a/HDL_ON/Entity/Function/Function.cs +++ b/HDL_ON/Entity/Function/Function.cs @@ -1442,6 +1442,10 @@ public const string SenesorMegahealth = "sensor.megahealth"; public const string SenesorMegahealth2 = "sensor.megahealth.zg"; /// <summary> + /// 绱ф�ュ懠鍙� + /// </summary> + public const string SensorHelp = "sensor.help"; + /// <summary> /// 瀹夐槻浼犳劅鍣╯pk鍒楄〃 /// </summary> /// <returns></returns> @@ -1461,6 +1465,18 @@ spkList.Add(SensorDryContact2); spkList.Add(SenesorMegahealth); spkList.Add(SenesorMegahealth2); + spkList.Add(SensorHelp); + return spkList; + } + + /// <summary> + /// 闈㈡澘spk鍒楄〃 + /// </summary> + /// <returns></returns> + public static List<string> PanelSpkList() + { + var spkList = new List<string>(); + spkList.Add(SensorHelp); return spkList; } #endregion -- Gitblit v1.8.0