From a6c50c87d1ba3f5c8785dcc9e8ea640b5a43209f Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期四, 26 九月 2024 15:07:09 +0800 Subject: [PATCH] 修改报错 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/01-viewmodel/ValveMatchingViewModel.cs | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/01-viewmodel/ValveMatchingViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/01-viewmodel/ValveMatchingViewModel.cs index 75cd476..edfbb38 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/01-viewmodel/ValveMatchingViewModel.cs +++ b/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; } - } } \ No newline at end of file -- Gitblit v1.9.3