qin
2025-03-18 fd206ba4e3e792eb01898fea540d50c2fd92f364
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/01-viewmodel/PumpMatchingViewModel.cs
@@ -15,7 +15,6 @@
        /// </summary>
        public PumpMatchingViewModel(Yw.Model.HydroPumpInfo rhs, Yw.Model.HydroModelInfo hydroInfo, List<HydroCalcuVisualResult> allCalcuResult)
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.Code = rhs.Code;
            this.ModelType = rhs.ModelType;
@@ -52,7 +51,7 @@
        }
        /// <summary>
        /// ID
        /// UserID
        /// </summary>
        [DisplayName("ID")]
        [Browsable(false)]