From bbb914ac62d8fb646492872f5fabf9ddfd5dd05f Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期二, 14 一月 2025 20:50:49 +0800
Subject: [PATCH] 匹配提交

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/01-viewmodel/ValveMatchingViewModel.cs |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/01-viewmodel/ValveMatchingViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/01-viewmodel/ValveMatchingViewModel.cs
index a38c376..b81213d 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/01-viewmodel/ValveMatchingViewModel.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/01-viewmodel/ValveMatchingViewModel.cs
@@ -1,6 +1,4 @@
-锘縰sing HStation.Assets;
-
-namespace HStation.WinFrmUI
+锘縩amespace HStation.WinFrmUI
 {
     /// <summary>
     /// 闃�闂ㄥ尮閰峍iewModel
@@ -18,7 +16,6 @@
         /// </summary>
         public ValveMatchingViewModel(Yw.Model.HydroValveInfo rhs, Yw.Model.HydroModelInfo hydroInfo, List<HydroCalcuVisualResult> allCalcuResult)
         {
-            this.ID = rhs.ID;
             this.Name = rhs.Name;
             this.Code = rhs.Code;
             this.ModelType = rhs.ModelType;
@@ -43,7 +40,7 @@
         }
 
         /// <summaryd>
-        /// ID
+        /// UserID
         /// </summary>
         [DisplayName("ID")]
         [Browsable(false)]

--
Gitblit v1.9.3