From be1dcb30e552fff6a2cf733d6577b103665edded Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期三, 11 十二月 2024 17:31:32 +0800 Subject: [PATCH] 增加能耗分析图片 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-pump/01-Prop/PropGroupChoiceViewModel.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-pump/01-Prop/PropGroupChoiceViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-pump/01-Prop/PropGroupChoiceViewModel.cs index f74ae1e..7f1a5a4 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-pump/01-Prop/PropGroupChoiceViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-pump/01-Prop/PropGroupChoiceViewModel.cs @@ -6,5 +6,6 @@ public string PropGroupName { get; set; } public string PropName { get; set; } public string Value { get; set; } + public string KeyWorldType { get; set; } } } \ No newline at end of file -- Gitblit v1.9.3