Shuxia Ning
2024-11-13 208ca42e1c20afafbe48d66259d553ee81eb48ed
WinFrmUI/HStation.WinFrmUI.Assets.Core/07-fourLink/01-series/AssetsFourlinkSeriesViewModel.cs
文件名从 WinFrmUI/HStation.WinFrmUI.Assets.Core/07-fourLink/01-series/ElbowSeriesViewModel.cs 修改
@@ -1,4 +1,5 @@
锘縰sing DevExpress.XtraRichEdit.Model.History;
using Yw.Untity;
namespace HStation.WinFrmUI.Assets
{
@@ -12,6 +13,7 @@
        {
            this.Name = rhs.Name;
            this.ID = rhs.ID;
            this.ParentID = TreeParentIdsHelper.GetLastParentID(rhs.ParentIds);
            this.Description = rhs.Description;
        }
@@ -19,6 +21,7 @@
        {
            this.Name = rhs.Name;
            this.ID = rhs.ID;
            this.ParentID = TreeParentIdsHelper.GetLastParentID(rhs.ParentIds);
            this.Description = rhs.Description;
        }