duheng
2024-12-19 56e4b8aab223072bef1e1749b8ee9e499dd04f83
WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/00-viewmodel/ValveSeriesViewModel.cs
@@ -12,7 +12,7 @@
        {
            this.Name = rhs.Name;
            this.ID = rhs.ID;
            this.ParentID = TreeParentIdsHelper.GetLastParentID(rhs.ParentIds);
            this.ParentID = rhs.ParentID;
            this.Description = rhs.Description;
        }
@@ -20,7 +20,7 @@
        {
            this.Name = rhs.Name;
            this.ID = rhs.ID;
            this.ParentID = TreeParentIdsHelper.GetLastParentID(rhs.ParentIds);
            this.ParentID = rhs.ParentID;
            this.Description = rhs.Description;
        }