From f2333318a31e92f6cbc3a572d8eb9fae9da0f892 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期六, 12 十月 2024 13:59:15 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- BLL/HStation.BLL.Assets.Core/01-interface/01-IPumpProduct/IPumpPropContent.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BLL/HStation.BLL.Assets.Core/01-interface/01-IPumpProduct/IPumpPropContent.cs b/BLL/HStation.BLL.Assets.Core/01-interface/01-IPumpProduct/IPumpPropContent.cs index 9b1c187..8ea66d5 100644 --- a/BLL/HStation.BLL.Assets.Core/01-interface/01-IPumpProduct/IPumpPropContent.cs +++ b/BLL/HStation.BLL.Assets.Core/01-interface/01-IPumpProduct/IPumpPropContent.cs @@ -5,8 +5,8 @@ /// <summary> /// 鎶ヨ绛夌骇 /// </summary> - public interface IPumpPropContent : IBaseCAL<AddPumpPropContentInput, UpdatePumpPropContentInput, PumpPropContentDto> + public interface IAssetsPumpPropContent : IBaseCAL<AddAssetsPumpPropContentInput, UpdateAssetsPumpPropContentInput, AssetsPumpPropContentDto> { - Task<List<PumpPropContentDto>> GetByPumpPartID(long pumpPartId); + Task<List<AssetsPumpPropContentDto>> GetByPumpPartID(long pumpPartId); } } \ No newline at end of file -- Gitblit v1.9.3