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;