namespace YD_Event.Application.User.Dtos; public class QuerySysUserInput : Pagination { /// /// 账号 /// public string Account { get; set; } /// /// 组织机构Id /// public long? OrgId { get; set; } /// /// 手机号 /// public string Mobile { get; set; } /// /// 姓名 /// public string Name { get; set; } }