From 0b0f87750410cfdb07f88c264bb059c7861a15c6 Mon Sep 17 00:00:00 2001 From: Davin <591807572@qq.com> Date: 星期五, 21 七月 2023 14:45:45 +0800 Subject: [PATCH] feature Resoure file update --- HDL_ON/Entity/FunctionList.cs | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Entity/FunctionList.cs b/HDL_ON/Entity/FunctionList.cs index cf7a775..2b3bb70 100644 --- a/HDL_ON/Entity/FunctionList.cs +++ b/HDL_ON/Entity/FunctionList.cs @@ -143,6 +143,15 @@ return Functions.FindAll((obj) => spkList.Contains(obj.spk)); } /// <summary> + /// 搴忓垪鍒楄〃 + /// </summary> + /// <returns></returns> + public List<Function> GetSeries() + { + return Functions.FindAll((obj) => obj.spk == SPK.CommonSeries); + } + + /// <summary> /// 绐楀笜鍒楄〃 /// </summary> public List<Function> GetCurtainList() -- Gitblit v1.8.0