From 17a0baa0ef883689c73e3141d148a28a48d62cd6 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 11 十二月 2024 10:31:04 +0800 Subject: [PATCH] 报告修改 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/ReportViewModel.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/ReportViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/ReportViewModel.cs index 1f5f70a..0d8dd6e 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/ReportViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/ReportViewModel.cs @@ -16,6 +16,11 @@ public string Description { get; set; } /// <summary> + /// 鎶ュ憡绫诲瀷 + /// </summary> + public string ReportType { get; set; } + + /// <summary> /// 璁惧鍩烘湰閰嶇疆 /// </summary> @@ -86,6 +91,11 @@ public string EquipmentMainName { get; set; } /// <summary> + /// 鍙版暟 + /// </summary> + public string Count { get; set; } + + /// <summary> /// 棰濆畾娴侀噺 /// </summary> public string RatedFlow { get; set; } -- Gitblit v1.9.3