duheng
2025-01-17 89b928115c2309c6548b096b4d71c0dedbcaa2db
WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/03-factor/AssetsValveFactorMgrViewModel.cs
@@ -21,6 +21,7 @@
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;
            this.Coefficient = rhs.MinorLoss;
            this.Description = rhs.Description;
            this.Vmo = rhs;
        }
@@ -34,6 +35,7 @@
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;
            this.Coefficient = rhs.MinorLoss;
            this.Description = rhs.Description;
            this.Vmo = rhs;
        }
@@ -64,7 +66,7 @@
        /// <summary>
        /// 喷射系数
        /// </summary>
        [Display(Name = "喷射系数")]
        [Display(Name = "局阻系数")]
        public double Coefficient { get; set; }
        /// <summary>