From ca1ccd0dd9f2d6936368f07d14a2b29b309fd151 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 04 十二月 2024 15:59:25 +0800 Subject: [PATCH] 增加单独匹配界面 --- BLL/HStation.BLL.Assets.Core/02-httpclient/14-Blunthead/AssetsBluntheadMain.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/BLL/HStation.BLL.Assets.Core/02-httpclient/14-Blunthead/AssetsBluntheadMain.cs b/BLL/HStation.BLL.Assets.Core/02-httpclient/14-Blunthead/AssetsBluntheadMain.cs index fdbba7e..1e1cc69 100644 --- a/BLL/HStation.BLL.Assets.Core/02-httpclient/14-Blunthead/AssetsBluntheadMain.cs +++ b/BLL/HStation.BLL.Assets.Core/02-httpclient/14-Blunthead/AssetsBluntheadMain.cs @@ -16,6 +16,11 @@ get { return $"{HStation.BLL.ConfigHelper.HttpUrl}/AssetsBluntheadMain"; } } + public Task<List<AssetsBluntheadMainDto>> GetBySeriesID(long ID) + { + throw new NotImplementedException(); + } + /// <summary> /// 鍒ゆ柇TagName鏄惁瀛樺湪 /// </summary> -- Gitblit v1.9.3