From d6111ca1fa9f70afc50c8213f81c9d78c14a6527 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 22 一月 2025 14:37:21 +0800 Subject: [PATCH] 阀门单独匹配修改 --- BLL/HStation.BLL.TransferFile.Core/00-core/ConfigHelper.cs | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/BLL/HStation.BLL.TransferFile.Core/00-core/ConfigHelper.cs b/BLL/HStation.BLL.TransferFile.Core/00-core/ConfigHelper.cs index d6c1824..48b82c9 100644 --- a/BLL/HStation.BLL.TransferFile.Core/00-core/ConfigHelper.cs +++ b/BLL/HStation.BLL.TransferFile.Core/00-core/ConfigHelper.cs @@ -10,9 +10,20 @@ get { return Settings.TransferFileParasHelper.TransferFile.CAL.HttpClient.HttpUrl; } } + /// <summary> + /// + /// </summary> + public static string CALType + { + get { return Settings.TransferFileParasHelper.TransferFile.CAL.CALType; } + } + public static string DataFolder { get { return Settings.TransferFileParasHelper.TransferFile.DataFolder; } } + + + } } \ No newline at end of file -- Gitblit v1.9.3