WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/13-print/pump/SimulationPrintPumpViewModel.cs
@@ -19,6 +19,7 @@ this.BeginGroup = rhs.BeginGroup; this.Name = rhs.Name; this.Code = rhs.Code; this.ModelType = rhs.ModelType; this.RatedQ = rhs.RatedQ; this.RatedH = rhs.RatedH; this.RatedP = rhs.RatedP; @@ -41,6 +42,11 @@ public string Code { get; set; } /// <summary> /// 型号 /// </summary> public string ModelType { get; set; } /// <summary> /// 额定流量 /// </summary> public double RatedQ { get; set; }