รูปสอบคัดเลือก
This commit is contained in:
parent
4e90ffadb2
commit
b950dde304
6 changed files with 37 additions and 3 deletions
|
|
@ -78,10 +78,10 @@ namespace BMA.EHR.Domain.ModelsExam.Candidate
|
|||
public string? ResultC { get; set; }
|
||||
|
||||
[Comment("Id รูปโปรไฟล์")]
|
||||
public virtual Document? ProfileImg { get; set; }
|
||||
public Document? ProfileImg { get; set; }
|
||||
|
||||
[Comment("Id หลักฐานชำระเงิน")]
|
||||
public virtual Document? PaymentImg { get; set; }
|
||||
public Document? PaymentImg { get; set; }
|
||||
|
||||
[Comment("ลำดับที่สอบได้")]
|
||||
public string? Number { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue