duheng
2024-12-20 6e73556d8e2517c7cf4f76efdbff9e3fed01fb5f
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;
        }