เพิ่มเก็บคะแนนภาค ข ค

This commit is contained in:
Kittapath 2023-04-25 03:46:57 +07:00
parent 096648cce1
commit 0273a37503
9 changed files with 1816 additions and 25 deletions

View file

@ -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; }
}
}