เงื่อนไขเช็คแสดงสมัครสอบ

This commit is contained in:
Kittapath 2023-10-21 16:25:36 +07:00
parent 5264f67446
commit 10c695ae7e
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
public string? Image { get; set; }
public int? Year { get; set; }
public int? Round { get; set; }
public bool? CanRegister { get; set; }
public List<HomePageLinkResponseItem>? Images { get; set; }
public List<HomePageLinkResponseItem>? Files { get; set; }
public List<HomePageLinkResponseItem>? Positions { get; set; }