WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/01-viewmodel/ValveMatchingViewModel.cs
@@ -5,8 +5,7 @@ /// </summary> public class ValveMatchingViewModel { /// <summary> /// <summaryd> /// ID /// </summary> [DisplayName("ID")] @@ -83,7 +82,6 @@ [Browsable(true)] public string ValveSetting { get; set; } /// <summary> /// 匹配型号 /// </summary> @@ -139,6 +137,5 @@ [DisplayName("匹配水头损失曲线")] [Browsable(false)] public List<CurvePointMatchingViewModel> MatchingCurveQL { get; set; } } }