| | |
| | | this.SourceWay = rhs.SourceWay; |
| | | this.CreateMethod = rhs.CreateMethod; |
| | | this.CoordParas = rhs.CoordParas; |
| | | this.CurveInfo = rhs.CurveInfo; |
| | | this.CurveExpress = new PumpCurveExpressDto(rhs.CurveInfo); |
| | | this.ReliabilityStatus = rhs.ReliabilityStatus; |
| | | this.CreateTime = rhs.CreateTime; |
| | | this.CreateUserID = rhs.CreateUserID; |
| | |
| | | public Dictionary<string, string> CoordParas { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 曲线信息 |
| | | /// 曲线表达式 |
| | | /// </summary> |
| | | public PumpCurveInfoModel CurveInfo { get; set; } |
| | | public PumpCurveExpressDto CurveExpress { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 可信度 |