เพิ่มเก็บคะแนนภาค ข ค
This commit is contained in:
parent
096648cce1
commit
0273a37503
9 changed files with 1816 additions and 25 deletions
|
|
@ -12,7 +12,13 @@ namespace BMA.EHR.Recurit.Exam.Service.Request
|
|||
public string? CitizenId { get; set; }
|
||||
public string? ExamIdenNumber { get; set; }
|
||||
public string? SeatNumber { get; set; }
|
||||
public string? Point { get; set; }
|
||||
public string? PointTotalB { get; set; }
|
||||
public string? PointB { get; set; }
|
||||
public string? ResultB { get; set; }
|
||||
public string? PointTotalC { get; set; }
|
||||
public string? PointC { get; set; }
|
||||
public string? ResultC { get; set; }
|
||||
public string? Pass { get; set; }
|
||||
public Guid? Id { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue