From 7079cbb505471a8d3251cac4e27c7a3841f8e656 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期三, 04 十二月 2024 22:51:37 +0800
Subject: [PATCH] 修改单独匹配界面

---
 BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankCoefficient.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankCoefficient.cs b/BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankCoefficient.cs
index 8a56ea1..d7f26c3 100644
--- a/BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankCoefficient.cs
+++ b/BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankCoefficient.cs
@@ -15,5 +15,10 @@
         {
             get { return $"{HStation.BLL.ConfigHelper.HttpUrl}/AssetsTankCoefficient"; }
         }
+
+        public Task<List<AssetsTankCoefficientDto>> GetByMainID(long ID)
+        {
+            throw new NotImplementedException();
+        }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3