From fe59cb0e4d060664927dca75d453162deae3e17d Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 12 十二月 2024 22:23:52 +0800 Subject: [PATCH] 增加产品冷却塔至bll --- 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