| | |
| | | this.ValueType = rhs.ValueType; |
| | | this.ModelId = rhs.ModelId; |
| | | this.ScadaId = rhs.ScadaId; |
| | | this.ModeValue = rhs.ModeValue; |
| | | this.ModelValue = rhs.ModelValue; |
| | | this.ScadaValue = rhs.ScadaValue; |
| | | this.DifferenceValue = rhs.DifferenceValue; |
| | | } |
| | |
| | | /// 模型标识 |
| | | /// </summary> |
| | | public string ModelId { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// Scada标识 |
| | | /// </summary> |
| | |
| | | /// <summary> |
| | | /// 模型值 |
| | | /// </summary> |
| | | public double? ModeValue { get; set; } |
| | | |
| | | public double? ModelValue { get; set; } |
| | | |
| | | /// <summary> |
| | | /// Scada值 |
| | | /// </summary> |
| | |
| | | /// <summary> |
| | | /// 差值 |
| | | /// </summary> |
| | | public double? DifferenceValue { get; set; } |
| | | public double? DifferenceValue { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |