Shuxia Ning
2024-07-17 fd681339c81201ed6fb3303647ecab89e3e6c0c1
IStation.Service/01-entity/03-hydraulic/HydraulicModelScada.cs
@@ -18,6 +18,7 @@
        {
            this.VerificationID = rhs.VerificationID;
            this.Time = rhs.Time;
            this.Code = rhs.Code;
            this.Tag = rhs.Tag;
            this.Value = rhs.Value;
        }
@@ -33,6 +34,11 @@
        public DateTime Time { get; set; }
        /// <summary>
        /// 唯一标识
        /// </summary>
        public string Code { get; set; }
        /// <summary>
        /// 标识
        /// </summary>   
        public string Tag { get; set; }