Shuxia Ning
2024-12-19 97e1e604737e70a9df2e83897d3bbf68292d0d72
WinFrmUI/HStation.WinFrmUI.Assets.Core/05-elbow/01-series/ElbowSeriesViewModel.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;
        }