namespace HStation.WinFrmUI { /// /// 水泵分析视图 /// public class SimulationPrintPumpAnalyViewModel { /// /// /// public SimulationPrintPumpAnalyViewModel() { } /// /// 子级集合 /// public List Items { get; set; } } }