From 185565a8eb30c0546746aad52aac0926d395a76d Mon Sep 17 00:00:00 2001
From: qin <a@163.com>
Date: 星期五, 14 三月 2025 11:01:41 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 BLL/HStation.BLL.TransferFile.Core/00-core/ConfigHelper.cs |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/BLL/HStation.BLL.TransferFile.Core/00-core/ConfigHelper.cs b/BLL/HStation.BLL.TransferFile.Core/00-core/ConfigHelper.cs
index 63a04f2..48b82c9 100644
--- a/BLL/HStation.BLL.TransferFile.Core/00-core/ConfigHelper.cs
+++ b/BLL/HStation.BLL.TransferFile.Core/00-core/ConfigHelper.cs
@@ -3,11 +3,27 @@
     internal class ConfigHelper
     {
         /// <summary>
-        /// 
+        ///
         /// </summary>
         public static string HttpUrl
         {
             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