duheng
2024-09-15 c4d0807d911a3ee09cffaa9942638ea41cd414f6
WinFrmUI/HStation.WinFrmUI.Assets.Core/05-ValveManage/00-ViewModel/ValveMainViewModel.cs
@@ -15,6 +15,7 @@
            this.Caliber = rhs.Caliber;//mm
            this.Coefficient = rhs.Coefficient;
            this.SeriesID = rhs.SeriesID;
            this.Type = rhs.Type;
            this.SortCode = rhs.SortCode;
        }
@@ -29,6 +30,7 @@
            this.Caliber = rhs.Caliber;//mm
            this.Coefficient = rhs.Coefficient;
            this.SeriesID = rhs.SeriesID;
            this.Type = rhs.Type;
            this.SortCode = rhs.SortCode;
        }
@@ -58,9 +60,9 @@
        public string Material { get; set; }
        /// <summary>
        /// 粗糙系数
        /// 损失系数
        /// </summary>
        [DisplayName("粗糙系数")]
        [DisplayName("损失系数")]
        [Browsable(true)]
        public string Coefficient { get; set; }
@@ -69,7 +71,7 @@
        /// </summary>
        [DisplayName("类型")]
        [Browsable(true)]
        public string Type { get; set; }
        public eValveSeriesType Type { get; set; }
        /// <summary>
        /// 说明