duheng
2024-12-27 1c3e5bc50d3045d51cb9a9f747d53442b82d9e2c
WinFrmUI/HStation.WinFrmUI.Assets.Core/08-sprinkler/03-factor/AssetsSprinklerFactorMgrViewModel.cs
@@ -18,7 +18,10 @@
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.Caliber = rhs.Caliber;
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
            this.FlowMinorLoss = rhs.FlowMinorLoss;
            this.Description = rhs.Description;
            this.Vmo = rhs;
        }
@@ -30,7 +33,10 @@
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.Caliber = rhs.Caliber;
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
            this.FlowMinorLoss = rhs.FlowMinorLoss;
            this.Description = rhs.Description;
            this.Vmo = rhs;
        }
@@ -48,12 +54,29 @@
        public string Name { get; set; }
        /// <summary>
        /// 口径
        /// </summary>
        [Display(Name = "口径")]
        public double? Caliber { get; set; }
        /// <summary>
        /// 材料
        /// </summary>
        [Display(Name = "材料")]
        public string Material { get; set; }
        /// <summary>
        /// 局阻系数
        /// </summary>
        [Display(Name = "局阻系数")]
        public double MinorLoss { get; set; }
        /// <summary>
        /// 流量系数
        /// </summary>
        public double? FlowMinorLoss { get; set; }
        /// <summary>
        /// 排序码
        /// </summary>
        [Display(Name = "排序码")]