อัพโหลดเอกสารสร้างรอบสมัคร

This commit is contained in:
Kittapath 2023-04-07 11:10:15 +07:00
parent 9f115e3c72
commit c986fc1500
13 changed files with 2278 additions and 315 deletions

View file

@ -77,5 +77,8 @@ namespace BMA.EHR.Recurit.Exam.Service.Models
[Comment("ช่องทางชำระเงิน")]
public List<BankExam> BankExam { get; set; } = new List<BankExam>();
[Comment("เอกสารอื่นๆ")]
public virtual List<PeriodExamDocument> PeriodExamDocuments { get; set; } = new();
}
}