Shuxia Ning
2025-01-08 687a3dfd095bc8c099b7fa6e65f0dc699fdc8f1d
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; }