Dto/HStation.Dto.Assets.Core/05-Elbow/03-Factor/AssetsElbowFactorStdDto.cs
@@ -13,6 +13,7 @@ this.Material = rhs.Material; this.Caliber = rhs.Caliber; this.MinorLoss = rhs.MinorLoss; this.Angle = rhs.Angle; this.SortCode = rhs.SortCode; this.Description = rhs.Description; } @@ -38,6 +39,11 @@ public string Material { get; set; } /// <summary> /// 角度 /// </summary> public int? Angle { get; set; } /// <summary> /// 局阻系数 /// </summary> public double MinorLoss { get; set; }