Shuxia Ning
2024-11-13 208ca42e1c20afafbe48d66259d553ee81eb48ed
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;
        }