From 2bd461f4240247b7cae3084beac7f0a59d94b8db Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期五, 29 十一月 2024 22:21:43 +0800 Subject: [PATCH] 曲线图表 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/07-fourLink/02-main/FourLinkViewModel.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/07-fourLink/02-main/FourLinkViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/07-fourLink/02-main/FourLinkViewModel.cs index d7dc185..fe033c1 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/07-fourLink/02-main/FourLinkViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/07-fourLink/02-main/FourLinkViewModel.cs @@ -30,7 +30,7 @@ } this.Name = rhs.Name; this.SortCode = rhs.SortCode; - this.KeyWord = rhs.KeyWord; + this.KeyWord = string.Join(",", rhs.KeyWord); this.Coefficient = rhs.MinorLoss; } @@ -55,7 +55,7 @@ } this.Description = rhs.Description; this.Name = rhs.Name; - this.KeyWord = rhs.KeyWord; + this.KeyWord = string.Join(",", rhs.KeyWord); this.SortCode = rhs.SortCode; this.Coefficient = rhs.MinorLoss; } @@ -105,7 +105,7 @@ /// </summary> [DisplayName("鍏抽敭瀛�")] [Browsable(true)] - public List<string> KeyWord { get; set; } + public string KeyWord { get; set; } /// <summary> /// 璇存槑 -- Gitblit v1.9.3