duheng
2024-10-25 93f5c18553c036768ef6202547eeb899511fd50a
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ValveMatchingViewModel.cs
@@ -50,6 +50,13 @@
        public string DbId { get; set; }
        /// <summary>
        /// ChartDbId
        /// </summary>
        [DisplayName("ChartDbId")]
        [Browsable(false)]
        public string ChartDbId { get; set; }
        /// <summary>
        /// 直径
        /// </summary>
        [DisplayName("直径")]
@@ -89,7 +96,7 @@
        /// </summary>
        [DisplayName("阀门开度")]
        [Browsable(true)]
        public int ValveLift { get; set; }
        public int? ValveLift { get; set; }
        /// <summary>
        /// 匹配型号
@@ -113,6 +120,13 @@
        public double? MatchingDiameter { get; set; }
        /// <summary>
        /// MatchingChartDbId
        /// </summary>
        [DisplayName("MatchingChartDbId")]
        [Browsable(false)]
        public string MatchingChartDbId { get; set; }
        /// <summary>
        /// 匹配材质
        /// </summary>
        [DisplayName("匹配材质")]