From 8900eefc3138cf9bad97f52e304a6711ae01f85f Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期三, 27 十一月 2024 15:36:46 +0800 Subject: [PATCH] PSB 程序集修改 --- 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