lixiaojun
2025-02-22 1f785f8d94c63492c7a023b0f1c950546326f917
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/09-Tank/AssetsTankSingleMatchingViewModel.cs
@@ -18,7 +18,7 @@
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.KeyWords = HStation.Service.Assets.KeyWordHelper.ToString(rhs.KeyWord);
            this.KeyWords = HStation.Service.Assets.KeyWordHelper.ToString(rhs.KeyWords);
            this.Flags = Yw.Untity.FlagsHelper.ToString(rhs.Flags);
            this.TagName = rhs.TagName;
            this.SortCode = rhs.SortCode;