Shuxia Ning
2024-07-17 fd681339c81201ed6fb3303647ecab89e3e6c0c1
IStation.Service/01-entity/03-hydraulic/HydraulicModelRecord.cs
@@ -21,7 +21,7 @@
            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;
        }
@@ -45,7 +45,7 @@
        /// 模型标识
        /// </summary>   
        public string ModelId { get; set; }
        /// <summary>
        /// Scada标识
        /// </summary>   
@@ -54,8 +54,8 @@
        /// <summary>
        /// 模型值
        /// </summary>   
        public double? ModeValue { get; set; }
        public double? ModelValue { get; set; }
        /// <summary>
        /// Scada值
        /// </summary>    
@@ -64,7 +64,7 @@
        /// <summary>
        /// 差值
        /// </summary>    
        public double? DifferenceValue { get; set; }
        public double? DifferenceValue { get; set; }
        /// <summary>
        ///