| | |
| | | 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; |
| | | } |
| | | |
| | |
| | | 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; |
| | | } |
| | | |
| | |
| | | /// <summary> |
| | | /// 总扬程 |
| | | /// </summary> |
| | | public double TotalHead { get; set; } |
| | | public double TotalPressure { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 总功率 |
| | |
| | | /// <summary> |
| | | /// 运行标志列表 |
| | | /// </summary> |
| | | public string Flags { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 启停次数 |
| | | /// </summary> |
| | | public int StartStopCount { get; set; } |
| | | public string Flags { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 择优率 |