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/17-Flowmeter/AssetsFlowmeterMain.cs |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/BLL/HStation.BLL.Assets.Core/02-httpclient/17-Flowmeter/AssetsFlowmeterMain.cs b/BLL/HStation.BLL.Assets.Core/02-httpclient/17-Flowmeter/AssetsFlowmeterMain.cs
index 1c5c7a3..a688424 100644
--- a/BLL/HStation.BLL.Assets.Core/02-httpclient/17-Flowmeter/AssetsFlowmeterMain.cs
+++ b/BLL/HStation.BLL.Assets.Core/02-httpclient/17-Flowmeter/AssetsFlowmeterMain.cs
@@ -13,7 +13,12 @@
     {
         protected override string Prefix
         {
-            get { return $"{HStation.BLL.ConfigHelper.HttpUrl}/AssetsFlowmeterMain"; }
+            get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/AssetsFlowmeterMain"; }
+        }
+
+        public Task<List<AssetsFlowmeterMainDto>> GetBySeriesID(long ID)
+        {
+            throw new NotImplementedException();
         }
 
         /// <summary>

--
Gitblit v1.9.3