From 7079cbb505471a8d3251cac4e27c7a3841f8e656 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 04 十二月 2024 22:51:37 +0800 Subject: [PATCH] 修改单独匹配界面 --- BLL/HStation.BLL.Assets.Core/04-bll/15-Tank/03-TankCoefficient/AssetsTankCoefficient.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/BLL/HStation.BLL.Assets.Core/04-bll/15-Tank/03-TankCoefficient/AssetsTankCoefficient.cs b/BLL/HStation.BLL.Assets.Core/04-bll/15-Tank/03-TankCoefficient/AssetsTankCoefficient.cs index c1cf224..f2c2004 100644 --- a/BLL/HStation.BLL.Assets.Core/04-bll/15-Tank/03-TankCoefficient/AssetsTankCoefficient.cs +++ b/BLL/HStation.BLL.Assets.Core/04-bll/15-Tank/03-TankCoefficient/AssetsTankCoefficient.cs @@ -38,6 +38,13 @@ return Dto2Vmos(dtoList); } + public async Task<List<Vmo.AssetsTankCoefficientVmo>> GetByMainID(long ID) + { + var DtoList = await _cal.GetByMainID(ID); + var vmoList = Dto2Vmos(DtoList); + return vmoList; + } + #endregion Query #region Insert -- Gitblit v1.9.3