duheng
2024-12-20 f1fac249aec3a5390152fa2a9a13e8da98283c3b
WinFrmUI/HStation.WinFrmUI.Assets.Core/14-tank/01-series-bak/AssetsTankSeriesViewModel.cs
文件名从 WinFrmUI/HStation.WinFrmUI.Assets.Core/14-tank/01-series/AssetsTankSeriesViewModel.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;
        }