migrate + ปรับ API ระบบสอบคัดเลือกผู้พิการ

This commit is contained in:
Bright 2025-09-05 14:08:51 +07:00
parent 38ed06ece6
commit 5a94c3b67a
7 changed files with 4343 additions and 181 deletions

View file

@ -82,5 +82,12 @@ namespace BMA.EHR.Recurit.Exam.Service.Models.Disables
public string? PositionLevel { get; set; }
public string? AuthName { get; set; }
public string? AuthPosition { get; set; }
[Comment("บัญชีสอบ")]
public string? HddPosition { get; set; } = string.Empty;
[Comment("ประเภทการสอบภาค ก.")]
public string? typeTest { get; set; } = string.Empty;
}
}