From b6da0632c9704414934df0817386976eca1548a2 Mon Sep 17 00:00:00 2001 From: qin <a@163.com> Date: 星期五, 21 三月 2025 14:57:32 +0800 Subject: [PATCH] 数据分析优化 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/ThreeLinkViewModel.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/ThreeLinkViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/ThreeLinkViewModel.cs index 918db9a..b16766b 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/ThreeLinkViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/ThreeLinkViewModel.cs @@ -29,7 +29,7 @@ } this.Name = rhs.Name; this.SortCode = rhs.SortCode; - this.KeyWord = string.Join(",", rhs.KeyWord); + this.KeyWord = string.Join(",", rhs.KeyWords); this.RunThroughMinorLoss = rhs.RunThroughMinorLoss; this.BranchThroughMinorLoss = rhs.BranchThroughMinorLoss; this.MinorLoss = rhs.MinorLoss; @@ -57,7 +57,7 @@ } this.Name = rhs.Name; this.SortCode = rhs.SortCode; - this.KeyWord = string.Join(",", rhs.KeyWord); + this.KeyWord = string.Join(",", rhs.KeyWords); this.RunThroughMinorLoss = rhs.RunThroughMinorLoss; this.BranchThroughMinorLoss = rhs.BranchThroughMinorLoss; this.MinorLoss = rhs.MinorLoss; @@ -105,7 +105,7 @@ /// 绯绘暟 /// </summary> - [DisplayName("绯绘暟")] + [DisplayName("鎹熷け绯绘暟")] [Browsable(true)] public double MinorLoss { get; set; } -- Gitblit v1.9.3