From db94da8035c7ff0f08dbd36b04b23a358d8937bd Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期三, 20 十一月 2024 15:47:54 +0800
Subject: [PATCH] PBS

---
 WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Model/ValveViewModel.cs |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Model/ValveViewModel.cs b/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Model/ValveViewModel.cs
index f8d25d0..d43712b 100644
--- a/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Model/ValveViewModel.cs
+++ b/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Model/ValveViewModel.cs
@@ -1,14 +1,15 @@
-锘縰sing System;
+锘縰sing Hydro.Model;
+using System;
 using System.Collections.Generic;
 using System.ComponentModel;
 using System.Linq;
 using System.Text;
 using System.Threading.Tasks;
 
-namespace Hydro.MapView
+namespace Yw.WinFrmUI.Q3d
 {
     [Serializable]
-    public class ValveViewModel:LinkViewModel
+    public class ValveViewModel : LinkViewModel
     {
         [Category("鍩烘湰淇℃伅")]
         [DisplayName("闀垮害(m)")]
@@ -28,10 +29,7 @@
         [DisplayName("灞�閮ㄩ樆鍔涚郴鏁�")]
         [Browsable(true)]
         public new float MinorLoss { get; set; } = 0;
-        //[Category("璁$畻鍙傛暟")]
-        //[DisplayName("鍒濆鐘舵��")]
-        //[Browsable(true)]
-        //public string Status { get; set; } = "";
+
         [Category("鍩烘湰淇℃伅")]
         [DisplayName("绫诲瀷")]
         [Browsable(true)]

--
Gitblit v1.9.3