duheng
2024-07-08 06a92956009d512f7816b2465c39235853cf10b1
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;
        }
    }
}