| | |
| | | this.Equip = rhs.Equip; |
| | | this.VariableSpeedList = rhs.VariableSpeedList; |
| | | this.EqualEffList = rhs.EqualEffList; |
| | | this.EqualPowerList = rhs.EqualPowerList; |
| | | //this.EqualPowerList = rhs.EqualPowerList; |
| | | } |
| | | |
| | | |
| | |
| | | /// </summary> |
| | | public List<PumpCurveEqualEffViewModel> EqualEffList { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 等功率列表 |
| | | /// </summary> |
| | | public List<PumpCurveEqualPowerViewModel> EqualPowerList { get; set; } |
| | | ///// <summary> |
| | | ///// 等功率列表 |
| | | ///// </summary> |
| | | //public List<PumpCurveEqualPowerViewModel> EqualPowerList { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 坐标 |