YD_Event.Admin/YD_Event.Application/User/Dtos/AuthAccountPageQueryInput.cs

9 lines
190 B
C#
Raw Normal View History

2025-12-17 11:12:13 +08:00
namespace YD_Event.Application.User.Dtos;
2025-12-17 10:32:52 +08:00
public class AuthAccountPageQueryInput : Pagination
{
/// <summary>
/// 昵称
/// </summary>
public string Name { get; set; }
}