lixiaojun
2025-01-21 f589894c84d47b9671eef6d3a8337b6b51b32edb
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; }
    }
    }
}