duheng
2024-10-24 4812786898dc040fc236e9e00e21b9f4d08f57e3
WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/00-viewmodel/ValveMainViewModel.cs
@@ -30,8 +30,8 @@
            this.SeriesType = rhs.Type;
            this.ValveLift = rhs.ValveLift;
            this.SortCode = rhs.SortCode;
            this.IsDefault = rhs.IsDefault;
            this.KeyWord = rhs.KeyWord;
            this.ValveSetting = rhs.ValveSetting;
        }
        public void Reset(Vmo.AssetsValveMainVmo rhs)
@@ -61,8 +61,8 @@
            this.SeriesType = rhs.Type;
            this.SortCode = rhs.SortCode;
            this.ValveLift = rhs.ValveLift;
            this.IsDefault = rhs.IsDefault;
            this.KeyWord = rhs.KeyWord;
            this.ValveSetting = rhs.ValveSetting;
        }
        [DisplayName("ID")]
@@ -109,7 +109,7 @@
        /// </summary>
        [DisplayName("说明")]
        [Browsable(true)]
        public string? Description { get; set; }
        public string Description { get; set; }
        /// <summary>
        /// 阀门开度
@@ -154,10 +154,10 @@
        public string KeyWord { get; set; }
        /// <summary>
        /// 是否默认
        /// 阀门设置
        /// </summary>
        [DisplayName("是否默认")]
        [DisplayName("阀门设置")]
        [Browsable(true)]
        public bool IsDefault { get; set; }
        public string ValveSetting { get; set; }
    }
}