BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankMain.cs
@@ -12,9 +12,13 @@ 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>