From f2333318a31e92f6cbc3a572d8eb9fae9da0f892 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期六, 12 十月 2024 13:59:15 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/00-ViewModel/TreelistViewModel.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/00-ViewModel/TreelistViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/00-ViewModel/TreelistViewModel.cs index c2164da..eb1fe63 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/00-ViewModel/TreelistViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/00-ViewModel/TreelistViewModel.cs @@ -17,7 +17,7 @@ { } - public CurrentTreeViewModel(Vmo.PumpSeriesVmo rhs, long PumpTypeID) : base() + public CurrentTreeViewModel(Vmo.AssetsPumpSeriesVmo rhs, long PumpTypeID) : base() { this.ID = rhs.ID; this.CatalogID = rhs.CatalogID; @@ -35,7 +35,7 @@ this.ImageIndex = ImageLib.Series; } - public CurrentTreeViewModel(Vmo.PumpTypeVmo rhs) : base() + public CurrentTreeViewModel(Vmo.AssetsPumpTypeVmo rhs) : base() { this.ID = rhs.ID; this.Name = rhs.Name; @@ -48,7 +48,7 @@ this.ImageIndex = ImageLib.Type; } - public CurrentTreeViewModel(Vmo.PumpGroupVmo rhs) : base() + public CurrentTreeViewModel(Vmo.AssetsPumpGroupVmo rhs) : base() { this.ID = rhs.ID; this.Name = rhs.Name; @@ -61,7 +61,7 @@ this.ImageIndex = ImageLib.Group; } - public void Reset(Vmo.PumpSeriesVmo rhs) + public void Reset(Vmo.AssetsPumpSeriesVmo rhs) { this.ID = rhs.ID; this.CatalogID = rhs.CatalogID; @@ -74,7 +74,7 @@ this.Model = rhs; } - public void Reset(Vmo.PumpGroupVmo rhs) + public void Reset(Vmo.AssetsPumpGroupVmo rhs) { this.ID = rhs.ID; this.Name = rhs.Name; @@ -84,7 +84,7 @@ this.Model = rhs; } - public void Reset(Vmo.PumpTypeVmo rhs) + public void Reset(Vmo.AssetsPumpTypeVmo rhs) { this.ID = rhs.ID; this.Name = rhs.Name; -- Gitblit v1.9.3