duheng
2025-01-19 f10f00cf1739b49fe51abfbb96093a2a2f66a65c
WinFrmUI/HStation.WinFrmUI.Assets.Core/05-elbow/03-factor/AssetsElbowFactorMgrViewModel.cs
@@ -21,6 +21,7 @@
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;
            this.Coefficient = rhs.MinorLoss;
            this.Angle = rhs.Angle;
            this.Description = rhs.Description;
            this.Vmo = rhs;
        }
@@ -35,6 +36,7 @@
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;
            this.Coefficient = rhs.MinorLoss;
            this.Angle = rhs.Angle;
            this.Description = rhs.Description;
            this.Vmo = rhs;
        }
@@ -46,9 +48,9 @@
        public long ID { get; set; }
        /// <summary>
        /// 名称
        /// 型号
        /// </summary>
        [Display(Name = "名称")]
        [Display(Name = "型号")]
        public string Name { get; set; }
        /// <summary>
@@ -64,12 +66,18 @@
        public double? Caliber { get; set; }
        /// <summary>
        /// 喷射系数
        /// 局阻系数
        /// </summary>
        [Display(Name = "喷射系数")]
        [Display(Name = "局阻系数")]
        public double Coefficient { get; set; }
        /// <summary>
        /// 角度
        /// </summary>
        [Display(Name = "角度")]
        public int? Angle { get; set; }
        /// <summary>
        /// 排序码
        /// </summary>
        [Display(Name = "排序码")]