Service/HStation.Service.Assets.Core/01-entity/08-Valve/ValveMain.cs
@@ -27,6 +27,7 @@ this.Coefficient = rhs.Coefficient; this.SeriesID = rhs.SeriesID; this.Name = rhs.Name; this.ValveSetting = rhs.ValveSetting; this.SortCode = rhs.SortCode; } @@ -41,6 +42,11 @@ public string Name { get; set; } /// <summary> /// 阀门设置 /// </summary> public string ValveSetting { get; set; } /// <summary> /// 口径 /// </summary> public double? Caliber { get; set; }