lixiaojun
2024-10-12 f2333318a31e92f6cbc3a572d8eb9fae9da0f892
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;