duheng
2025-03-01 3fa53a1e9e6e320ecdf15c7a633b0c4a1ad41c34
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/13-print/SimulationPrintViewModel.cs
@@ -16,9 +16,14 @@
        public List<SimulationPrintPumpViewModel> PumpList { get; set; }
        /// <summary>
        /// 水泵分析列表
        /// 工况列表
        /// </summary>
        public List<SimulationPrintPumpAnalyViewModel> PumpAnalyList { get; set; }
        public List<SimulationPrintWorkingViewModel> WorkingList { get; set; }
        /// <summary>
        /// 方案
        /// </summary>
        public SimulationPrintSchemeViewModel Scheme { get; set; }
    }