lixiaojun
2024-11-18 a302d7d16e6bed80511cb49813d16829eb933560
WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/03-coefficient/ThreelinkCoefficientViewModel.cs
@@ -49,5 +49,19 @@
        [DisplayName("局阻系数")]
        [Browsable(true)]
        public double MinorLoss { get; set; }
        /// <summary>
        /// 运行通过损失系数
        /// </summary>
        [DisplayName("运行通过损失系数")]
        [Browsable(true)]
        public double? RunThroughMinorLoss { get; set; }
        /// <summary>
        /// 支管通过损失系数
        /// </summary>
        [DisplayName("运行通过损失系数")]
        [Browsable(true)]
        public double? BranchThroughMinorLoss { get; set; }
    }
}