duheng
2024-11-27 2e3201e1be4247b47b2b8c2a60c56c0d6885b05a
WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/00-viewmodel/ValveCoefficientViewModel.cs
@@ -1,5 +1,4 @@
using HStation.Assets;
using System.ComponentModel;
using System.ComponentModel;
namespace HStation.WinFrmUI
{
@@ -48,6 +47,6 @@
        /// </summary>
        [DisplayName("局阻系数")]
        [Browsable(true)]
        public double? MinorLoss { get; set; }
        public double MinorLoss { get; set; }
    }
}