สมัครสอบตามตำแหน่ง

This commit is contained in:
Kittapath 2023-04-06 03:06:17 +07:00
parent bed23f911a
commit 43898213b2
25 changed files with 9062 additions and 307 deletions

View file

@ -6,7 +6,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Request
public class RequestStatusRegistry
{
public bool Consend { get; set; }
public bool Poition { get; set; }
public bool Position { get; set; }
public string? Status { get; set; }
public PositionExam? PositionExam { get; set; }
}