namespace HStation.WinFrmUI { /// /// 损失统计视图 /// public class SimulationPrintLossStatisticsViewModel { /// /// 输入 /// public SimulationPrintLossStatisticsInputViewModel Input { get; set; } /// /// 分类 /// public SimulationPrintLossStatisticsCatalogViewModel Catalog { get; set; } /// /// 种类 /// public SimulationPrintLossStatisticsCategoryViewModel Category { get; set; } /// /// 子级集合 /// public List Items { get; set; } } }