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; }