duheng
2024-12-27 1c3e5bc50d3045d51cb9a9f747d53442b82d9e2c
WinFrmUI/HStation.WinFrmUI.Assets.Core/13-blunthead/03-factor/AssetsBluntheadFactorMgrViewModel.cs
@@ -19,6 +19,8 @@
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.MinorLoss = rhs.MinorLoss;
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;
            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 = "直径(mm)")]
        public double? Caliber { get; set; }
        /// <summary>
        /// 局阻系数
        /// </summary>
        [Display(Name = "局阻系数")]