migrate + ปรับระบบสรรหาสอบคัดเลือก

This commit is contained in:
harid 2025-11-17 16:17:59 +07:00
parent 577c7b289e
commit f20abe032d
19 changed files with 6470 additions and 15 deletions

View file

@ -33,7 +33,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Request
public string? CompanyCode { get; set; }
public string? Reason { get; set; }
public string? RefNo1 { get; set; }
public int? GraduationYearLock { get; set; }
public List<FormFile>? Doc { get; set; }
public List<FormFile>? Image { get; set; }
public List<RequestBankExam> BankExam { get; set; } = new();

View file

@ -13,5 +13,6 @@ namespace BMA.EHR.Recurit.Exam.Service.Request
public string? Code { get; set; }
public string? TypeId { get; set; }
public string? TypeName { get; set; }
public string? EducationLevel { get; set; }
}
}