lixiaojun
2024-08-13 0e0709e63ed50093d09fb88ac1ea4eb9b5a37afc
Hydro/Yw.EPAnet.Calcu.Core/01-network/02-node/03-junction/Nozzle.cs
@@ -17,6 +17,7 @@
        {
            this.Quality = rhs.Quality;
            this.Position = rhs.Position;
            this.Links = rhs.Links;
            this.Elev = rhs.Elev;
            this.Demand = rhs.Demand;
            this.DemandPattern = rhs.DemandPattern;
@@ -32,6 +33,11 @@
        /// 位置
        /// </summary>
        public Position2d Position { get; set; }
        /// <summary>
        /// 相连的管线
        /// </summary>
        public List<ILink> Links { get; set; }
        /// <summary>
        /// 标高
@@ -53,9 +59,6 @@
        /// </summary>
        public double Coefficient { get; set; }
        /// <summary>
        /// 相连的管线
        /// </summary>
        public List<ILink> Links { get; set; }
    }
}