From 48e1f1e76a1b4b39750f8c0a25021a18f5b1d6b4 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 29 五月 2024 09:20:10 +0800 Subject: [PATCH] 补充文件 --- WaterPredict/IStation.ChEr.DAL.WaterPredict/Model/WaterPredictRecord.cs | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/WaterPredict/IStation.ChEr.DAL.WaterPredict/Model/WaterPredictRecord.cs b/WaterPredict/IStation.ChEr.DAL.WaterPredict/Model/WaterPredictRecord.cs index 2a591ac..423bf67 100644 --- a/WaterPredict/IStation.ChEr.DAL.WaterPredict/Model/WaterPredictRecord.cs +++ b/WaterPredict/IStation.ChEr.DAL.WaterPredict/Model/WaterPredictRecord.cs @@ -28,9 +28,11 @@ 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> @@ -66,7 +68,7 @@ /// <summary> /// 棰勬祴娴侀噺鍊兼椂闂�:PredictValueList瀵瑰簲鏃堕棿 /// </summary> - public DateTime? PredictTime { get; set; } + public DateTime PredictTime { get; set; } /// <summary> /// 绱娴侀噺宸�� -- Gitblit v1.9.3