duheng
2025-01-14 bbb914ac62d8fb646492872f5fabf9ddfd5dd05f
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/01-viewmodel/ValveMatchingViewModel.cs
@@ -1,6 +1,4 @@
using HStation.Assets;
namespace HStation.WinFrmUI
namespace HStation.WinFrmUI
{
    /// <summary>
    /// 阀门匹配ViewModel
@@ -18,7 +16,6 @@
        /// </summary>
        public ValveMatchingViewModel(Yw.Model.HydroValveInfo rhs, Yw.Model.HydroModelInfo hydroInfo, List<HydroCalcuVisualResult> allCalcuResult)
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.Code = rhs.Code;
            this.ModelType = rhs.ModelType;
@@ -43,7 +40,7 @@
        }
        /// <summaryd>
        /// ID
        /// UserID
        /// </summary>
        [DisplayName("ID")]
        [Browsable(false)]