namespace Easy.Admin.Application.User.Dtos; public class AuthAccountPageQueryInput : Pagination { /// /// 昵称 /// public string Name { get; set; } }