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/02-httpclient/18-Hydrant/AssetsHydrantCoefficient.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/BLL/HStation.BLL.Assets.Core/02-httpclient/18-Hydrant/AssetsHydrantCoefficient.cs b/BLL/HStation.BLL.Assets.Core/02-httpclient/18-Hydrant/AssetsHydrantCoefficient.cs index bd27ee2..c06a93e 100644 --- a/BLL/HStation.BLL.Assets.Core/02-httpclient/18-Hydrant/AssetsHydrantCoefficient.cs +++ b/BLL/HStation.BLL.Assets.Core/02-httpclient/18-Hydrant/AssetsHydrantCoefficient.cs @@ -13,7 +13,7 @@ { protected override string Prefix { - get { return $"{HStation.BLL.ConfigHelper.HttpUrl}/AssetsHydrantCoefficient"; } + get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/AssetsHydrantCoefficient"; } } } } \ No newline at end of file -- Gitblit v1.9.3