From bd963ee6ca73960a90f786ac6435e6825da5478c Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 26 十一月 2024 16:09:30 +0800 Subject: [PATCH] 损失曲线与比例控件 --- Service/HStation.Service.Assets.Core/04-dal/01-interface/12-ICompressor/IAssetsCompressorPartMain.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/04-dal/01-interface/12-ICompressor/IAssetsCompressorPartMain.cs b/Service/HStation.Service.Assets.Core/04-dal/01-interface/12-ICompressor/IAssetsCompressorPartMain.cs index f294532..3f7a4de 100644 --- a/Service/HStation.Service.Assets.Core/04-dal/01-interface/12-ICompressor/IAssetsCompressorPartMain.cs +++ b/Service/HStation.Service.Assets.Core/04-dal/01-interface/12-ICompressor/IAssetsCompressorPartMain.cs @@ -7,7 +7,7 @@ /// </summary> public interface IAssetsCompressorPartMain : IBaseDAL<Entity.AssetsCompressorPartMain>, IUpdateSorter { - long InsertsEx(Entity.AssetsCompressorPartMain part, List<Entity.AssetsCompressorPropContent> AssetsCompressorPropContents, Entity.AssetsCompressorMainAndPartMap partmap); + long InsertsEx(Entity.AssetsCompressorPartMain part, List<Entity.AssetsCompressorPropContent> AssetsCompressorPropContents, Entity.AssetsCompressorMainAndPartMapping partmap); bool UpdateEx(Entity.AssetsCompressorPartMain part, List<Entity.AssetsCompressorPropContent> AssetsCompressorPropContents); -- Gitblit v1.9.3