Shuxia Ning
2024-09-11 5dbe0ca9fe177aa83779ebad921b5d1d2cae6278
WinFrmUI/HStation.WinFrmUI.Assets.Core/01-PumpProductManage/00-ViewModel/TreelistViewModel.cs
文件名从 WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/00-ViewModel/TreelistViewModel.cs 修改
@@ -17,7 +17,7 @@
        {
        }
        public CurrentTreeViewModel(Vmo.PumpSeries rhs, long PumpTypeID) : base()
        public CurrentTreeViewModel(Vmo.PumpSeriesVmo rhs, long PumpTypeID) : base()
        {
            this.ID = rhs.ID;
            this.CatalogID = rhs.CatalogID;
@@ -35,7 +35,7 @@
            this.ImageIndex = ImageLib.Series;
        }
        public CurrentTreeViewModel(Vmo.PumpType rhs) : base()
        public CurrentTreeViewModel(Vmo.PumpTypeVmo rhs) : base()
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
@@ -48,7 +48,7 @@
            this.ImageIndex = ImageLib.Type;
        }
        public CurrentTreeViewModel(Vmo.PumpGroup rhs) : base()
        public CurrentTreeViewModel(Vmo.PumpGroupVmo rhs) : base()
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
@@ -61,7 +61,7 @@
            this.ImageIndex = ImageLib.Group;
        }
        public void Reset(Vmo.PumpSeries rhs)
        public void Reset(Vmo.PumpSeriesVmo rhs)
        {
            this.ID = rhs.ID;
            this.CatalogID = rhs.CatalogID;
@@ -74,7 +74,7 @@
            this.Model = rhs;
        }
        public void Reset(Vmo.PumpGroup rhs)
        public void Reset(Vmo.PumpGroupVmo rhs)
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
@@ -84,7 +84,7 @@
            this.Model = rhs;
        }
        public void Reset(Vmo.PumpType rhs)
        public void Reset(Vmo.PumpTypeVmo rhs)
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;