duheng
2024-11-06 31e3f4ffdf7d566db391a5fcb94984f23e0abb02
Service/HStation.Service.Assets.Core/01-entity/08-Valve/AssetsValveCoefficient.cs
@@ -15,6 +15,24 @@
        public AssetsValveCoefficient()
        { }
        public AssetsValveCoefficient(AssetsValveCoefficient rhs)
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.Caliber = rhs.Caliber;
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
        }
        public void Reset(AssetsValveCoefficient rhs)
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.Caliber = rhs.Caliber;
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
        }
        /// <summary>
        /// 名称
        /// </summary>
@@ -33,7 +51,7 @@
        /// <summary>
        /// 局阻系数
        /// </summary>
        public double? MinorLoss { get; set; }
        public double MinorLoss { get; set; }
        /// <summary>
        ///