lixiaojun
2025-03-01 56226fdae54578cd98a49d7f4848161a1e35bb63
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;
@@ -42,12 +46,24 @@
        public long ID { get; set; }
        /// <summary>
        /// 名称
        /// 型号
        /// </summary>
        [Display(Name = "名称")]
        [Display(Name = "型号")]
        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 = "局阻系数")]