รูปสอบคัดเลือก

This commit is contained in:
Kittapath 2023-10-09 12:58:45 +07:00
parent 4e90ffadb2
commit b950dde304
6 changed files with 37 additions and 3 deletions

View file

@ -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; }