Shuxia Ning
2024-09-10 049f546f25cabfb5b08e29c54f49d61a544b0395
IStation.Service/02-model/02-schedule/ScheduleConclusion.cs
@@ -19,13 +19,12 @@
            this.RequestID = rhs.RequestID;
            this.Station = rhs.Station;
            this.TotalFlow = rhs.TotalFlow;
            this.TotalHead = rhs.TotalHead;
            this.TotalPressure = rhs.TotalPressure;
            this.TotalPower = rhs.TotalPower;
            this.TotalEfficiency = rhs.TotalEfficiency;
            this.WP = rhs.WP;
            this.UWP = rhs.UWP;
            this.Flags = rhs.Flags;
            //this.StartStopCount = rhs.StartStopCount;
            this.Flags = rhs.Flags;
            this.MeritRatio = rhs.MeritRatio;
        }
@@ -38,13 +37,12 @@
            this.RequestID = rhs.RequestID;
            this.Station = rhs.Station;
            this.TotalFlow = rhs.TotalFlow;
            this.TotalHead = rhs.TotalHead;
            this.TotalPressure = rhs.TotalPressure;
            this.TotalPower = rhs.TotalPower;
            this.TotalEfficiency = rhs.TotalEfficiency;
            this.WP = rhs.WP;
            this.UWP = rhs.UWP;
            this.Flags = rhs.Flags;
            // this.StartStopCount = rhs.StartStopCount;
            this.Flags = rhs.Flags;
            this.MeritRatio = rhs.MeritRatio;
        }
@@ -66,7 +64,7 @@
        /// <summary>
        /// 总扬程
        /// </summary>
        public double TotalHead { get; set; }
        public double TotalPressure { get; set; }
        /// <summary>
        /// 总功率
@@ -91,12 +89,7 @@
        /// <summary>
        /// 运行标志列表
        /// </summary>
        public string Flags { get; set; }
        ///// <summary>
        ///// 启停次数
        ///// </summary>
        //public int StartStopCount { get; set; }
        public string Flags { get; set; }
        /// <summary>
        /// 择优率