เพิ่มฟอร์มชำระเงิน

This commit is contained in:
kittapath 2025-01-27 13:11:20 +07:00
parent 47d0f72f30
commit 1cfa4336fd
11 changed files with 3906 additions and 107 deletions

View file

@ -29,6 +29,12 @@ namespace BMA.EHR.Recurit.Exam.Service.Request
public string? EditorCondition { get; set; }
public string? EditorConfirm { get; set; }
public string? Note { get; set; }
public string? Remark { get; set; }
public string? CompanyCode { get; set; }
public string? CustomerName { get; set; }
public string? Reason { get; set; }
public string? RefNo1 { get; set; }
public List<FormFile>? Doc { get; set; }
public List<FormFile>? Image { get; set; }
public List<RequestBankExam> BankExam { get; set; } = new();