lixiaojun
2024-12-24 dd025bb6193f9f81e1235c300eff140e705e9715
WinFrmUI/Yw.WinFrmUI.Phart.Core/02-pump/04-special/01-operation/PumpOperationViewModel.cs
@@ -18,6 +18,10 @@
            this.CurrentN = rhs.CurrentN;
            this.CurrentHz = rhs.CurrentHz; 
            //this.StartH = rhs.StartH;
            //this.PipeQ = rhs.PipeQ;
            //this.PipeH = rhs.PipeH;
            this.CurveQH = rhs.CurveQH;
            this.CurveQE = rhs.CurveQE;
            this.CurveQP = rhs.CurveQP;
@@ -74,6 +78,21 @@
        /// </summary>
        public double CurrentHz { get; set; }
         
        ///// <summary>
        ///// 起始点扬程
        ///// </summary>
        //public double StartH { get; set; }
        ///// <summary>
        ///// 管道流量
        ///// </summary>
        //public double PipeQ { get; set; }
        ///// <summary>
        ///// 管道扬程
        ///// </summary>
        //public double PipeH { get; set; }
        /// <summary>
        /// 流量扬程线
        /// </summary>