From 580201d86a324677a1d64a87c7ff79dceb27a58e Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期四, 05 十二月 2024 22:12:51 +0800 Subject: [PATCH] 阀门单独修改提交 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/04-chart-edit/XhsValveMainPhartMinorLossPanel.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/04-chart-edit/XhsValveMainPhartMinorLossPanel.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/04-chart-edit/XhsValveMainPhartMinorLossPanel.cs index 86a1987..def8e88 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/04-chart-edit/XhsValveMainPhartMinorLossPanel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/04-chart-edit/XhsValveMainPhartMinorLossPanel.cs @@ -115,7 +115,7 @@ } var model = new Vmo.AssetsValveCoefficientVmo(); model.MainID = _valve_main_id; - model.MinorLossCurve = pt_list_json; + model.OpenLossCurve = pt_list_json; this.xtrPerform2dChart1.SetBindingData(pt_list_json); _xhs_phart_diagram_ex_std_dto = model; return await _bll.Insert(model) > 0; -- Gitblit v1.9.3