From 93f5c18553c036768ef6202547eeb899511fd50a Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 25 十月 2024 11:16:54 +0800 Subject: [PATCH] 修改阀门匹配逻辑 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ValveMatchingViewModel.cs | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ValveMatchingViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ValveMatchingViewModel.cs index f1c7034..3cd38bc 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ValveMatchingViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ValveMatchingViewModel.cs @@ -50,6 +50,13 @@ public string DbId { get; set; } /// <summary> + /// ChartDbId + /// </summary> + [DisplayName("ChartDbId")] + [Browsable(false)] + public string ChartDbId { get; set; } + + /// <summary> /// 鐩村緞 /// </summary> [DisplayName("鐩村緞")] @@ -89,7 +96,7 @@ /// </summary> [DisplayName("闃�闂ㄥ紑搴�")] [Browsable(true)] - public int ValveLift { get; set; } + public int? ValveLift { get; set; } /// <summary> /// 鍖归厤鍨嬪彿 @@ -113,6 +120,13 @@ public double? MatchingDiameter { get; set; } /// <summary> + /// MatchingChartDbId + /// </summary> + [DisplayName("MatchingChartDbId")] + [Browsable(false)] + public string MatchingChartDbId { get; set; } + + /// <summary> /// 鍖归厤鏉愯川 /// </summary> [DisplayName("鍖归厤鏉愯川")] -- Gitblit v1.9.3