WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/01-pumpsinglematching/PumpSingleMatchingViewModel.cs
@@ -13,7 +13,7 @@ { this.ID = rhs.ID; this.Name = rhs.Name; this.ParentID = rhs.PumpSeriesID; this.ParentID = rhs.SeriesID; this.IsPump = false; } @@ -29,7 +29,7 @@ { this.ID = rhs.ID; this.Name = rhs.Name; this.ParentID = rhs.PumpSeriesID; this.ParentID = rhs.SeriesID; this.IsPump = true; this.Erosion = rhs.Erosion; this.RatedPower = rhs.RatedPower;