From 146ca8c7eefe74d3b73c00a73e99e94e903be401 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期四, 06 二月 2025 15:04:21 +0800
Subject: [PATCH] 增加工况管理功能和计算结果自由压力与绝对压力切换

---
 BLL/HStation.BLL.Assets.Core/04-bll/00-core/CALCreateHelper.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/BLL/HStation.BLL.Assets.Core/04-bll/00-core/CALCreateHelper.cs b/BLL/HStation.BLL.Assets.Core/04-bll/00-core/CALCreateHelper.cs
index db41fda..2376f93 100644
--- a/BLL/HStation.BLL.Assets.Core/04-bll/00-core/CALCreateHelper.cs
+++ b/BLL/HStation.BLL.Assets.Core/04-bll/00-core/CALCreateHelper.cs
@@ -1,4 +1,4 @@
-锘縩amespace HStation.BLL.Xhs
+锘縩amespace HStation.BLL.Assets
 {
     /// <summary>
     /// CAL杈呭姪绫�
@@ -12,8 +12,8 @@
         /// <returns></returns>
         public static T CreateCAL<T>()
         {
-            var type = Settings.XhsParasHelper.Xhs.CAL.CALType;
+            var type = Settings.AssetsParasHelper.Assets.CAL.CALType;
             return Yw.CALFactory.CreateCAL<T>(type);
         }
     }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3