lixiaojun
2024-09-27 28152aec3c4ff451586615aed5cc23e26b320cae
WinFrmUI/Yw.WinFrmUI.Hydro.Core/04-parter/14-exchanger/HydroExchangerViewModel.cs
@@ -27,6 +27,7 @@
            this.LinkStatus = rhs.LinkStatus;
            this.Diameter = rhs.Diameter;
            this.Length = rhs.Length;
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
            this.Roughness = rhs.Roughness;
@@ -118,6 +119,13 @@
        public double Length { get; set; }
        /// <summary>
        /// 材质
        /// </summary>
        [DisplayName("材质")]
        [Display(Name = "材质")]
        public string Material { get; set; }
        /// <summary>
        /// 粗糙系数
        /// </summary>
        [DisplayName("粗糙系数")]