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; } } }