From 00ab1b5282ada6ffdc78b3dd46f0ce08726a51e6 Mon Sep 17 00:00:00 2001
From: qin <a@163.com>
Date: 星期四, 20 三月 2025 13:47:24 +0800
Subject: [PATCH] 优化IBox界面

---
 WinFrmUI/Yw.WinFrmUI.Hydro.Core/14-matching/12-pipe/HydroPipeMatchingViewModel.cs |   13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/14-matching/12-pipe/HydroPipeMatchingViewModel.cs b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/14-matching/12-pipe/HydroPipeMatchingViewModel.cs
index 4c89dad..730ac21 100644
--- a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/14-matching/12-pipe/HydroPipeMatchingViewModel.cs
+++ b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/14-matching/12-pipe/HydroPipeMatchingViewModel.cs
@@ -8,14 +8,14 @@
         /// <summary>
         ///
         /// </summary>
-        public HydroPipeMatchingViewModel() { }
+        public HydroPipeMatchingViewModel()
+        { }
 
         /// <summary>
         ///
         /// </summary>
         public HydroPipeMatchingViewModel(Yw.Model.HydroPipeInfo rhs, Yw.Model.HydroModelInfo hydroInfo)
         {
-            this.ID = rhs.ID;
             this.Name = rhs.Name;
             this.Code = rhs.Code;
             this.DbLocked = rhs.DbLocked;
@@ -32,11 +32,6 @@
         ///
         /// </summary>
         public HydroPipeMatchingViewModel(HydroPipeViewModel rhs) : this(rhs.Vmo, rhs.HydroInfo) { }
-
-        /// <summary>
-        /// ID
-        /// </summary>
-        public long ID { get; set; }
 
         /// <summary>
         /// 缂栫爜
@@ -117,7 +112,5 @@
         /// 鍖归厤鎹熷け绯绘暟
         /// </summary>
         public double? MatchingMinorLoss { get; set; }
-
-
     }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3