Hydro/Yw.EPAnet.Calcu.Core/01-network/02-node/02-tank/Tank.cs
@@ -17,6 +17,7 @@ { this.Quality = rhs.Quality; this.Position = rhs.Position; this.Links = rhs.Links; this.PoolElev = rhs.PoolElev; this.InitLevel = rhs.InitLevel; this.MinLevel = rhs.MinLevel; @@ -36,6 +37,11 @@ /// 位置 /// </summary> public Position2d Position { get; set; } /// <summary> /// 相连的管线 /// </summary> public List<ILink> Links { get; set; } /// <summary> /// 池底标高 @@ -78,9 +84,6 @@ public bool Overflow { get; set; } /// <summary> /// 相连的管线 /// </summary> public List<ILink> Links { get; set; } } }