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