duheng
2024-09-26 a6c50c87d1ba3f5c8785dcc9e8ea640b5a43209f
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; }
    }
}