duheng
2024-11-08 f075100821e33e6199132a50ea7d037ebfdc5408
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;
        }