lixiaojun
2024-12-23 b9c79f595e5ad4684d731f968bf120ff8c52dbd8
BLL/HStation.BLL.Assets.Core/02-httpclient/01-PumpProduct/PumpMain.cs
@@ -9,7 +9,15 @@
    {
        protected override string Prefix
        {
            get { return $"{HStation.BLL.ConfigHelper.HttpUrl}/Assets/AssetsPumpMain"; }
            get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/Assets/AssetsPumpMain"; }
        }
        /// <summary>
        ///
        /// </summary>
        public async Task<int> GetCount()
        {
            return await GetUrl("GetCount@V1.0").Get<int>();
        }
        public async Task<bool> DeleteMapByMainID(long ID)
@@ -30,6 +38,11 @@
            return await GetUrl("GetByPumpSeriesID@V1.0").Get<List<AssetsPumpMainDto>>(paras);
        }
        public Task<List<AssetsPumpPartMainDto>> GetPartByID(long ID)
        {
            throw new NotImplementedException();
        }
        public async Task<long> InsertEx(AddAssetsPumpMainInput input, AddAssetsPumpGroupAndMainMapInput mainmap)
        {
            var paras = new List<(string Name, object Value)>()