duheng
2024-11-17 a2a57963e160a319276c5c8499f16c9809056e4c
Service/HStation.Service.Assets.Core/01-entity/05-Sprinkler/AssetsSprinklerCoefficient.cs
@@ -22,6 +22,7 @@
            this.Caliber = rhs.Caliber;
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
            this.FlowMinorLoss = rhs.FlowMinorLoss;
        }
        /// <summary>
@@ -40,11 +41,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()