WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/00-viewmodel/ValveMainViewModel.cs
@@ -29,7 +29,7 @@ this.SeriesID = rhs.SeriesID; this.ValveType = rhs.ValveType; this.SortCode = rhs.SortCode; this.KeyWord = string.Join(",", rhs.KeyWord); this.KeyWord = string.Join(",", rhs.KeyWords); this.ValveSetting = rhs.ValveSetting; } @@ -59,7 +59,7 @@ this.SeriesID = rhs.SeriesID; this.ValveType = rhs.ValveType; this.SortCode = rhs.SortCode; this.KeyWord = string.Join(",", rhs.KeyWord); this.KeyWord = string.Join(",", rhs.KeyWords); this.ValveSetting = rhs.ValveSetting; }