From abbe29e54421c136aa6eb4ef11935c70d818101a Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期五, 20 九月 2024 11:59:09 +0800
Subject: [PATCH] 属性修改

---
 WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Core/Node/JunctionModel.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Core/Node/JunctionModel.cs b/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Core/Node/JunctionModel.cs
index cb84d5f..61a622c 100644
--- a/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Core/Node/JunctionModel.cs
+++ b/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Core/Node/JunctionModel.cs
@@ -4,10 +4,10 @@
 using System.Text;
 using System.Threading.Tasks;
 
-namespace Yw.WinFrmUI.Q3D
+namespace Yw.WinFrmUI.Q3d
 {
     [Serializable]
-    public class JunctionModel : NodeCalcModel
+    class JunctionModel : Q3DNodeCalcModel
     {
         /// <summary>
         /// 闇�姘撮噺

--
Gitblit v1.9.3