duheng
2024-05-29 48e1f1e76a1b4b39750f8c0a25021a18f5b1d6b4
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>
        /// 累计流量差值