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; }