ไม่ validate วันที่สมัครสอบ

This commit is contained in:
Kittapath 2023-06-01 15:49:25 +07:00
parent a207e5077c
commit c11b3b68ae
17 changed files with 3276 additions and 312 deletions

View file

@ -7,6 +7,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Request
public Guid? Id { get; set; }
public Guid? PositionId { get; set; }
public string? PositionName { get; set; }
public bool HighDegree { get; set; }
public string? TypeId { get; set; }
public string? TypeName { get; set; }
}