api ปฏิเสธจ่ายเงิน get ไฟล์สมัครสอบ
This commit is contained in:
parent
9486ad160d
commit
5abeada4a6
32 changed files with 7513 additions and 394 deletions
22
Response/CMSExamResponseItem.cs
Normal file
22
Response/CMSExamResponseItem.cs
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
|
||||
using BMA.EHR.Recurit.Exam.Service.Responses.Document;
|
||||
|
||||
namespace BMA.EHR.Recurit.Exam.Service.Response
|
||||
{
|
||||
public class CMSExamResponseItem
|
||||
{
|
||||
public string? Id { get; set; }
|
||||
public string? Category { get; set; }
|
||||
public string? Category_id { get; set; }
|
||||
public DateTime? Start { get; set; }
|
||||
public DateTime? End { get; set; }
|
||||
public DateTime? Exam_date { get; set; }
|
||||
public DateTime? Announcement_date { get; set; }
|
||||
public string? Title { get; set; }
|
||||
public string? Detail { get; set; }
|
||||
public string? Image { get; set; }
|
||||
public List<HomePageLinkResponseItem>? Images { get; set; }
|
||||
public List<HomePageLinkResponseItem>? Files { get; set; }
|
||||
public List<HomePageLinkResponseItem>? Positions { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue