namespace YD_Event.Application.Role.Dtos; public class SysRoleQueryInput : Pagination { /// /// 角色名称 /// public string Name { get; set; } }