duheng
2025-02-07 e3ca589482a056449963e7bbbd77824ded3928bc
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;