เพิ่มฟิวประเภทสมัครสอบ

This commit is contained in:
Kittapath 2023-04-12 13:28:37 +07:00
parent e830632ac6
commit c48534e474
9 changed files with 1862 additions and 258 deletions

View file

@ -23,6 +23,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Request
public string? OrganizationName { get; set; }
public string? PaymentKrungThai { get; set; }
public bool AnnouncementExam { get; set; }
public string? Category { get; set; }
public string? Detail { get; set; }
public string? Note { get; set; }
public List<FormFile>? Doc { get; set; }