WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/01-viewmodel/PumpMatchingViewModel.cs
@@ -15,7 +15,6 @@ /// </summary> public PumpMatchingViewModel(Yw.Model.HydroPumpInfo rhs, Yw.Model.HydroModelInfo hydroInfo, List<HydroCalcuVisualResult> allCalcuResult) { this.ID = rhs.ID; this.Name = rhs.Name; this.Code = rhs.Code; this.ModelType = rhs.ModelType;