duheng
2024-09-27 0e54c48e8190937f5b483c79e3cc9d17ec7c9af0
WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/01-viewmodel/PumpMatchingViewModel.cs
@@ -82,8 +82,6 @@
        [Browsable(true)]
        public double? RatedN { get; set; }
        /// <summary>
        /// 匹配型号
        /// </summary>
@@ -153,7 +151,5 @@
        [DisplayName("匹配流量效率曲线")]
        [Browsable(false)]
        public List<CurvePointMatchingViewModel> MatchingCurveQE { get; set; }
    }
}