duheng
2024-12-20 f1fac249aec3a5390152fa2a9a13e8da98283c3b
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;