lixiaojun
2025-03-01 56226fdae54578cd98a49d7f4848161a1e35bb63
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;
        }