namespace Admin.NET.Core.Service; public class EditTableInput { public string Name { get; set; } public string OldName { get; set; } public string Description { get; set; } }