Shuxia Ning
2024-12-17 33b5627e2d1092f6931165b7f9f1a16de65d765d
WinFrmUI/HStation.WinFrmUI.Assets.Core/10-exchanger/01-series/AssetsExchangerSeriesViewModel.cs
@@ -1,4 +1,4 @@
using DevExpress.XtraRichEdit.Model.History;
using Yw.Untity;
namespace HStation.WinFrmUI.Assets
{
@@ -12,6 +12,7 @@
        {
            this.Name = rhs.Name;
            this.ID = rhs.ID;
            this.ParentID = TreeParentIdsHelper.GetLastParentID(rhs.ParentIds);
            this.Description = rhs.Description;
        }
@@ -19,6 +20,7 @@
        {
            this.Name = rhs.Name;
            this.ID = rhs.ID;
            this.ParentID = TreeParentIdsHelper.GetLastParentID(rhs.ParentIds);
            this.Description = rhs.Description;
        }