This commit is contained in:
Bright 2025-09-23 19:35:49 +07:00
parent 125dd59348
commit 5c0f183ba2
2 changed files with 266 additions and 91 deletions

View file

@ -12,7 +12,7 @@
/// ข้อมูลผลการสอบ 'ผ่าน' 'ไม่ผ่าน'
/// </summary>
public string ExamResult { get; set; }
public string? keyword { get; set; }
public int Page { get; set; } = 1;
public int PageSize { get; set; } = 10;
}