lixiaojun
2024-11-18 a302d7d16e6bed80511cb49813d16829eb933560
WinFrmUI/HStation.WinFrmUI.Assets.Core/11-compressor/02-main/ExchangerViewModel.cs
@@ -21,6 +21,7 @@
                this.Material = rhs.Material.ToString();
            }
            this.Name = rhs.Name;
            this.Caliber = rhs.Caliber.ToString();
            this.SortCode = rhs.SortCode;
            this.KeyWord = string.Join(",", rhs.KeyWord);
            this.MinorLoss = rhs.MinorLoss;
@@ -39,6 +40,7 @@
            }
            this.Description = rhs.Description;
            this.Name = rhs.Name;
            this.Caliber = rhs.Caliber.ToString();
            this.KeyWord = string.Join(",", rhs.KeyWord);
            this.SortCode = rhs.SortCode;
            this.MinorLoss = rhs.MinorLoss;