Shuxia Ning
2024-12-02 13e69c09c5ac97e0294d64617dfb934e34bb4264
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/ValveSingleMatchingViewModel.cs
@@ -32,7 +32,7 @@
            this.SeriesID = rhs.SeriesID;
            this.SeriesType = rhs.ValveType;
            this.SortCode = rhs.SortCode;
            this.KeyWord = rhs.KeyWord;
            this.KeyWord = string.Join(",", rhs.KeyWord);
            this.ValveSetting = rhs.ValveSetting;
        }