duheng
2024-11-21 fced74f58759c8252108a7c8fdaaa86ac87b2004
Service/HStation.Service.Assets.Core/02-model/05-Sprinkler/AssetsSprinklerCoefficient.cs
@@ -21,6 +21,7 @@
            this.Caliber = rhs.Caliber;
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
            this.FlowMinorLoss = rhs.FlowMinorLoss;
        }
        public void Reset(AssetsSprinklerCoefficient rhs)
@@ -30,6 +31,7 @@
            this.Caliber = rhs.Caliber;
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
            this.FlowMinorLoss = rhs.FlowMinorLoss;
        }
        /// <summary>
@@ -48,11 +50,16 @@
        public string Material { get; set; }
        /// <summary>
        /// 局阻系数
        /// 喷射系数
        /// </summary>
        public double MinorLoss { get; set; }
        /// <summary>
        /// 流量系数
        /// </summary>
        public double? FlowMinorLoss { get; set; }
        /// <summary>
        ///
        /// </summary>
        public AssetsSprinklerCoefficient Clone()