lixiaojun
2025-02-19 aaac84e4ed86d089c01c5b180e4249db73cc78d7
BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankMain.cs
@@ -1,8 +1,4 @@
using Flurl.Http;
using HStation.Dto;
using Yw;
using Yw.CAL.HttpClient;
using Yw.Untity;
using Yw.CAL.HttpClient;
namespace HStation.CAL.HttpClient
{
@@ -13,12 +9,16 @@
    {
        protected override string Prefix
        {
            get { return $"{HStation.BLL.ConfigHelper.HttpUrl}/AssetsTankMain"; }
            get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/Assets/Tank/Main"; }
        }
        public Task<List<AssetsTankMainDto>> GetBySeriesID(long ID)
        public async Task<List<AssetsTankMainDto>> GetBySeriesID(long ID)
        {
            throw new NotImplementedException();
            var paras = new List<(string Name, object Value)>()
            {
                ("SeriesID",ID)
            };
            return await GetUrl("GetBySeriesID@V1.0").Get<List<AssetsTankMainDto>>(paras);
        }
        /// <summary>