ส่งค่า category สมัครสอบคัดเลือก

This commit is contained in:
Kittapath 2023-04-12 14:09:50 +07:00
parent c48534e474
commit 7b7dbb7475
2 changed files with 14 additions and 13 deletions

View file

@ -7,11 +7,11 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
{
public string? Id { get; set; }
public string? Category { get; set; }
public string? Category_id { get; set; }
public string? CategoryId { get; set; }
public string? Start { get; set; }
public string? End { get; set; }
public string? Exam_date { get; set; }
public string? Announcement_date { get; set; }
public string? ExamDate { get; set; }
public string? Announcement_startDate { get; set; }
public string? Announcement_endDate { get; set; }
public bool? AnnouncementExam { get; set; }
public string? Register_startDate { get; set; }