| | |
| | | this.LastPredictValue = rhs.LastPredictValue; |
| | | this.RealValue = rhs.RealValue; |
| | | this.LastPredictTime = rhs.LastPredictTime; |
| | | |
| | | this.RealDifferenceValue = RealDifferenceValue; |
| | | this.PredictValueList = rhs.PredictValueList; |
| | | this.PredictTime = rhs.PredictTime; |
| | | this.States = rhs.States; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// 预测流量值时间:PredictValueList对应时间 |
| | | /// </summary> |
| | | public DateTime? PredictTime { get; set; } |
| | | public DateTime PredictTime { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 累计流量差值 |