lixiaojun
2025-03-12 3e2dd57ff0e7bddf72836d93208b53f0e3db22c4
WinFrmUI/HStation.WinFrmUI.Assets.Core/17-hydrant/03-factor/AssetsHydrantFactorMgrViewModel.cs
@@ -18,6 +18,8 @@
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.Caliber = rhs.Caliber;
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
            this.Description = rhs.Description;
            this.Vmo = rhs;
@@ -30,6 +32,8 @@
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.Caliber = rhs.Caliber;
            this.Material = rhs.Material;
            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 double? Caliber { get; set; }
        /// <summary>
        /// 材料
        ///</summary>
        [Display(Name = "材料")]
        public string Material { get; set; }
        /// <summary>
        /// 局阻系数
        /// </summary>
        [Display(Name = "局阻系数")]