From 56226fdae54578cd98a49d7f4848161a1e35bb63 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期六, 01 三月 2025 08:40:24 +0800
Subject: [PATCH] 权限接口升级,相关内容修改

---
 WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/TranslationViewModel.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/TranslationViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/TranslationViewModel.cs
index 816ef0b..924cfce 100644
--- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/TranslationViewModel.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/TranslationViewModel.cs
@@ -27,7 +27,7 @@
             this.Roughness = rhs.Roughness;
             this.eAlgorithmType = rhs.eAlgorithmType;
             this.SortCode = rhs.SortCode;
-            this.KeyWord = string.Join(",", rhs.KeyWord);
+            this.KeyWord = string.Join(",", rhs.KeyWords);
             this.MinorLoss = rhs.MinorLoss;
         }
 
@@ -49,7 +49,7 @@
             this.EndDiameter = rhs.EndDiameter;
             this.Roughness = rhs.Roughness;
             this.eAlgorithmType = rhs.eAlgorithmType;
-            this.KeyWord = string.Join(",", rhs.KeyWord);
+            this.KeyWord = string.Join(",", rhs.KeyWords);
             this.SortCode = rhs.SortCode;
             this.MinorLoss = rhs.MinorLoss;
         }

--
Gitblit v1.9.3