namespace Yw.WinFrmUI { /// /// 损失统计视图 /// public class HydroLossStatisticsViewModel { /// /// /// public HydroLossStatisticsViewModel() { } /// /// 输入 /// public HydroLossStatisticsInputViewModel Input { get; set; } /// /// 分类 /// public HydroLossStatisticsCatalogViewModel Catalog { get; set; } /// /// 种类 /// public HydroLossStatisticsCategoryViewModel Category { get; set; } /// /// 子级集合 /// public List Items { get; set; } } }