From 0e0709e63ed50093d09fb88ac1ea4eb9b5a37afc Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期二, 13 八月 2024 02:08:46 +0800
Subject: [PATCH] Yw.EPAnet修改

---
 Hydro/Yw.EPAnet.Calcu.Core/01-network/03-link/01-pipe/Pipe.cs |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Hydro/Yw.EPAnet.Calcu.Core/01-network/03-link/01-pipe/Pipe.cs b/Hydro/Yw.EPAnet.Calcu.Core/01-network/03-link/01-pipe/Pipe.cs
index 79e5f61..c81f784 100644
--- a/Hydro/Yw.EPAnet.Calcu.Core/01-network/03-link/01-pipe/Pipe.cs
+++ b/Hydro/Yw.EPAnet.Calcu.Core/01-network/03-link/01-pipe/Pipe.cs
@@ -17,13 +17,14 @@
         {
             this.StartNode = rhs.StartNode;
             this.EndNode = rhs.EndNode;
+            this.LinkStatus = rhs.LinkStatus;
             this.Diameter = rhs.Diameter;
             this.Length = rhs.Length;
             this.Roughness = rhs.Roughness;
             this.MinorLoss = rhs.MinorLoss;
-            this.LinkStatus = rhs.LinkStatus;
+
         }
-       
+
         /// <summary>
         /// 寮�濮嬭妭鐐�
         /// </summary>
@@ -37,7 +38,7 @@
         /// <summary>
         /// 绠¢亾鐘舵��
         /// </summary>
-        public LinkStatus LinkStatus { get; set; }
+        public string LinkStatus { get; set; }
 
         /// <summary>
         /// 鐩村緞

--
Gitblit v1.9.3