migrate + ปรับสอบคัดเลือกผู้พิการ (#3)

Co-authored-by: harid <harid_pr61@live.rmutl.com>
This commit is contained in:
Harid Promsri 2025-10-16 15:57:31 +07:00 committed by GitHub
parent b296304697
commit ecd794a070
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 6533 additions and 114 deletions

View file

@ -26,7 +26,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Models.Disables
[MaxLength(200)]
public string HighDegree { get; set; }//
public DateTime BachelorDate { get; set; }//
public DateTime? BachelorDate { get; set; }//
public Disable Disable { get; set; }
}