WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/01-pumpsinglematching/PumpSingleMatchingViewModel.cs
@@ -35,6 +35,7 @@ this.RatedPower = rhs.RatedPower; this.RatedFlow = rhs.RatedFlow; this.RatedSpeed = rhs.RatedSpeed; this.RatedHead = rhs.RatedHead; this.RatedEfficiency = rhs.RatedEfficiency; this.D2 = rhs.D2; this.Description = rhs.Description; @@ -111,4 +112,12 @@ /// </summary> public string Description { get; set; } } } public class PhartViewModel { public long ID { get; set; } public string OtherName { get; set; } public int Importance { get; set; } public int SortCode { get; set; } }