duheng
2024-11-12 0bc0468692ad7b16cd2d49d20c4689ddcd6fb212
WinFrmUI/HStation.WinFrmUI.Assets.Core/11-compressor/01-series/AssetsCompressorSeriesViewModel.cs
文件名从 WinFrmUI/HStation.WinFrmUI.Assets.Core/11-compressor/01-series/AssetsExchangerSeriesViewModel.cs 修改
@@ -1,4 +1,4 @@
锘縰sing DevExpress.XtraRichEdit.Model.History;
锘縰sing 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;
        }