ปรับ ui สรรหาสอบคัดเลือก
This commit is contained in:
parent
c79bc39c86
commit
fbef67f33a
29 changed files with 7384 additions and 666 deletions
|
|
@ -7,6 +7,8 @@ namespace BMA.EHR.Recurit.Exam.Service.Request
|
|||
public Guid? Id { get; set; }
|
||||
public Guid? PositionId { get; set; }
|
||||
public string? PositionName { get; set; }
|
||||
public Guid? PositionLevelId { get; set; }
|
||||
public string? PositionLevelName { get; set; }
|
||||
public bool HighDegree { get; set; }
|
||||
public string? TypeId { get; set; }
|
||||
public string? TypeName { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue