Shuxia Ning
2025-01-08 687a3dfd095bc8c099b7fa6e65f0dc699fdc8f1d
Dto/HStation.Dto.Assets.Core/20-Translation/03-Factor/UpdateAssetsTranslationFactorInput.cs
@@ -1,4 +1,7 @@
namespace HStation.Dto
using HStation.Assets;
using System.ComponentModel.DataAnnotations;
namespace HStation.Dto
{
    /// <summary>
    /// 过渡件系数
@@ -28,6 +31,26 @@
        public string Material { get; set; }
        /// <summary>
        /// 直径
        /// </summary>
        public double Diameter { get; set; }
        /// <summary>
        /// 上游直径
        /// </summary>
        public double StartDiameter { get; set; }
        /// <summary>
        /// 下游直径
        /// </summary>
        public double EndDiameter { get; set; }
        /// <summary>
        /// 过渡件类型
        /// </summary>
        public eTranslationType TranslationType { get; set; }
        /// <summary>
        /// 局阻系数
        ///</summary>
        public double MinorLoss { get; set; }