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 | 32 +++++++++++++++++++++++++++++++- 1 files changed, 31 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 edfbb38..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 @@ -1,4 +1,6 @@ -锘縩amespace HStation.WinFrmUI +锘縰sing HStation.Assets; + +namespace HStation.WinFrmUI { /// <summary> /// 闃�闂ㄥ尮閰峍iewModel @@ -48,6 +50,13 @@ public string DbId { get; set; } /// <summary> + /// ChartDbId + /// </summary> + [DisplayName("ChartDbId")] + [Browsable(false)] + public string ChartDbId { get; set; } + + /// <summary> /// 鐩村緞 /// </summary> [DisplayName("鐩村緞")] @@ -83,6 +92,13 @@ public string ValveSetting { get; set; } /// <summary> + /// 闃�闂ㄥ紑搴� + /// </summary> + [DisplayName("闃�闂ㄥ紑搴�")] + [Browsable(true)] + public int? ValveLift { get; set; } + + /// <summary> /// 鍖归厤鍨嬪彿 /// </summary> [DisplayName("鍖归厤鍨嬪彿")] @@ -102,6 +118,13 @@ [DisplayName("鍖归厤鐩村緞")] [Browsable(true)] public double? MatchingDiameter { get; set; } + + /// <summary> + /// MatchingChartDbId + /// </summary> + [DisplayName("MatchingChartDbId")] + [Browsable(false)] + public string MatchingChartDbId { get; set; } /// <summary> /// 鍖归厤鏉愯川 @@ -137,5 +160,12 @@ [DisplayName("鍖归厤姘村ご鎹熷け鏇茬嚎")] [Browsable(false)] public List<CurvePointMatchingViewModel> MatchingCurveQL { get; set; } + + /// <summary> + /// 鍖归厤闃�闂ㄥ紑搴� + /// </summary> + [DisplayName("鍖归厤闃�闂ㄥ紑搴�")] + [Browsable(true)] + public int? MatchingValveLift { get; set; } } } \ No newline at end of file -- Gitblit v1.9.3