duheng
2024-07-05 5aba1bf12cd27faa797e7f3d15e0f960bdc2a4b2
WinFrmUI/HStation.WinFrmUI.Xhs.Project/05-CatlogManage/00-ViewModel/CatlogViewModel.cs
@@ -12,5 +12,13 @@
            this.SortCode = rhs.SortCode;
            this.Code = rhs.Code;
        }
        public void Reset(Yw.Dto.UpdateSysCatalogInput rhs)
        {
            this.ID = rhs.ID;
            this.Description = rhs.Description;
            this.Name = rhs.Name;
            this.Code = rhs.Code;
        }
    }
}