From 36c4ee4f56763ba96d37ff9f89bbf9440fb8be9f Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 22 十月 2024 10:43:41 +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