lixiaojun
2024-10-12 f2333318a31e92f6cbc3a572d8eb9fae9da0f892
WinFrmUI/HStation.WinFrmUI.Assets.Core/09-Manufacturer/ManufacurerViewModel.cs
@@ -8,7 +8,7 @@
        {
        }
        public ManufacurerViewModel(Vmo.ManufacturerVmo rhs)
        public ManufacurerViewModel(Vmo.AssetsManufacturerVmo rhs)
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
@@ -22,7 +22,7 @@
            this.Description = rhs.Description;
        }
        public void Reset(Vmo.ManufacturerVmo rhs)
        public void Reset(Vmo.AssetsManufacturerVmo rhs)
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;