WinFrmUI/Yw.WinFrmUI.Phart.Core/01-pump/04-special/03-run-view/PumpRunViewItemViewModel.cs
@@ -14,7 +14,7 @@ this.Color = rhs.Color; this.Q = rhs.Q; this.H = rhs.H; this.E = rhs.E; this.E = rhs.E; this.P = rhs.P; this.N = rhs.N; this.Hz = rhs.Hz; @@ -88,9 +88,9 @@ /// 流量功率线 /// </summary> public List<Yw.Geometry.Point2d> CurveQP { get; set; } } } }