From bfd1b73be85fd66ee37031eadcd4d09e7dafb52f Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 13 二月 2025 18:51:40 +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