no message

This commit is contained in:
Bright 2025-09-23 18:12:01 +07:00
parent 9ce6c503c3
commit c8cc885546
2 changed files with 37 additions and 46 deletions

View file

@ -13,6 +13,8 @@
/// </summary>
public string ExamResult { get; set; }
public string? keyword { get; set; }
public int Page { get; set; } = 1;
public int PageSize { get; set; } = 10;
}