From c22cc4c60e9ff156fc25b39a5c024cc758df354b Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 30 十二月 2024 09:40:51 +0800 Subject: [PATCH] 水力模块联动修改 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/01-viewmodel/ValveMatchingViewModel.cs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/01-viewmodel/ValveMatchingViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/01-viewmodel/ValveMatchingViewModel.cs index a38c376..da79dc9 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/01-viewmodel/ValveMatchingViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/01-viewmodel/ValveMatchingViewModel.cs @@ -18,7 +18,6 @@ /// </summary> public ValveMatchingViewModel(Yw.Model.HydroValveInfo rhs, Yw.Model.HydroModelInfo hydroInfo, List<HydroCalcuVisualResult> allCalcuResult) { - this.ID = rhs.ID; this.Name = rhs.Name; this.Code = rhs.Code; this.ModelType = rhs.ModelType; -- Gitblit v1.9.3