From 44d2d7d6f3b3a4c1b5befe7ec33f3c4fc7ca5122 Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期三, 14 八月 2024 11:09:35 +0800
Subject: [PATCH] 界面微调

---
 Service/HStation.Service.Xhs.Core/03-settings/01-paras/00-core/Paras_Xhs.cs |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/Service/HStation.Service.Xhs.Core/03-settings/01-paras/00-core/Paras_Xhs.cs b/Service/HStation.Service.Xhs.Core/03-settings/01-paras/00-core/Paras_Xhs.cs
new file mode 100644
index 0000000..f712c97
--- /dev/null
+++ b/Service/HStation.Service.Xhs.Core/03-settings/01-paras/00-core/Paras_Xhs.cs
@@ -0,0 +1,31 @@
+锘縩amespace HStation.Settings
+{
+    /// <summary>
+    /// 
+    /// </summary>
+    public class Paras_Xhs
+    {
+
+        /// <summary>
+        /// 鏁版嵁搴�
+        /// </summary>
+        public Paras_Xhs_DataBase DataBase { get; set; }
+
+        /// <summary>
+        /// 鏁版嵁鏂囦欢澶�
+        /// </summary>
+        public string DataFolder { get; set; }
+
+        /// <summary>
+        /// CAL
+        /// </summary>
+        public Paras_Xhs_CAL CAL { get; set; }
+
+        /// <summary>
+        /// 鏂囦欢
+        /// </summary>
+        public Paras_Xhs_File File { get; set; }
+
+
+    }
+}

--
Gitblit v1.9.3