From 0a1bf56909464e938a68c29b26ab88ff51380fad Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期三, 08 一月 2025 13:56:17 +0800
Subject: [PATCH] 能效分析水力图表 装置点显示文字

---
 WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Base/NodeViewModel.cs |   13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

diff --git a/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Base/NodeViewModel.cs b/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Base/NodeViewModel.cs
index e06d0f7..98b0430 100644
--- a/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Base/NodeViewModel.cs
+++ b/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Base/NodeViewModel.cs
@@ -130,19 +130,8 @@
         [DisplayName("閾捐〃娓呭崟")]
         [Browsable(true)]
         [JsonIgnore]
-        public List<Q3DLinkCalcModel> Links
-        {
-            get
-            {
-                //if (base.Links == null) return null;
-                return base.Links;
-            }
-            set
-            {
-                base.Links = value;
-            }
+        public LinkViewModelList Links { get; set; } = new LinkViewModelList();
 
-        }
 
         public List<LinkViewModel> ViewLinks
         {

--
Gitblit v1.9.3