Service/HStation.Service.Assets.Core/01-entity/05-Sprinkler/AssetsSprinklerCoefficient.cs
@@ -22,6 +22,7 @@ this.Caliber = rhs.Caliber; this.Material = rhs.Material; this.MinorLoss = rhs.MinorLoss; this.FlowMinorLoss = rhs.FlowMinorLoss; } /// <summary> @@ -40,11 +41,16 @@ public string Material { get; set; } /// <summary> /// 局阻系数 /// 喷射系数 /// </summary> public double MinorLoss { get; set; } /// <summary> /// 流量系数 /// </summary> public double? FlowMinorLoss { get; set; } /// <summary> /// /// </summary> public AssetsSprinklerCoefficient Clone()