From d6eeab700f8a2e28b910b53117435ff91fe96acc Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期三, 06 十一月 2024 15:48:59 +0800
Subject: [PATCH] 修改匹配字段阀门类型可空

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ValveMatchingViewModel.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 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 350d928..93494fb 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
@@ -9,12 +9,13 @@
     public class ValveMatchingViewModel
     {
         /// <summary>
-        /// 
+        ///
         /// </summary>
-        public ValveMatchingViewModel() { }
+        public ValveMatchingViewModel()
+        { }
 
         /// <summary>
-        /// 
+        ///
         /// </summary>
         public ValveMatchingViewModel(Yw.Model.HydroValveInfo rhs, Yw.Model.HydroModelInfo hydroInfo, List<HydroCalcuResult> allCalcuResult)
         {
@@ -40,7 +41,6 @@
                 default: break;
             }
             this.ValveSetting = rhs.ValveSetting;
-
         }
 
         /// <summaryd>
@@ -174,7 +174,7 @@
         /// </summary>
         [DisplayName("鍖归厤闃�闂ㄧ被鍨�")]
         [Browsable(true)]
-        public eValveType MatchingValveType { get; set; }
+        public eValveType? MatchingValveType { get; set; }
 
         /// <summary>
         /// 鍖归厤闃�闂ㄨ缃�

--
Gitblit v1.9.3