lixiaojun
2025-01-06 80ec78f9c85466b09ac4a4101d5073c26f37021e
WinFrmUI/HStation.WinFrmUI.Assets.Core/04-pipe/03-factor/AssetsPipeFactorMgrViewModel.cs
@@ -18,6 +18,8 @@
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;
            this.MinorLoss = rhs.MinorLoss;
            this.Description = rhs.Description;
            this.Vmo = rhs;
@@ -30,6 +32,8 @@
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;
            this.MinorLoss = rhs.MinorLoss;
            this.Description = rhs.Description;
            this.Vmo = rhs;
@@ -48,6 +52,18 @@
        public string Name { get; set; }
        /// <summary>
        /// 材料
        /// </summary>
        [Display(Name = "材料")]
        public string Material { get; set; }
        /// <summary>
        /// 直径
        /// </summary>
        [Display(Name = "口径")]
        public double? Caliber { get; set; }
        /// <summary>
        /// 局阻系数
        /// </summary>
        [Display(Name = "局阻系数")]