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; } } }