apiคนพิการ

This commit is contained in:
Kittapath 2023-04-29 10:26:03 +07:00
parent be27aa4d33
commit 1d4043a50e
37 changed files with 9794 additions and 298 deletions

View file

@ -49,6 +49,8 @@ namespace BMA.EHR.Recurit.Exam.Service.Models
[Comment("Id หลักฐานชำระเงิน")]
public virtual Document? PaymentImg { get; set; }
[Comment("ลำดับที่สอบได้")]
public string? Number { get; set; }
[Comment("Id คำนำหน้าชื่อ")]
@ -69,10 +71,10 @@ namespace BMA.EHR.Recurit.Exam.Service.Models
[MaxLength(40), Comment("วันเกิด")]
public DateTime? DateOfBirth { get; set; }
[Comment("Id ศาสนา")]
[Comment("Id สถานภาพ")]
public Guid? RelationshipId { get; set; }
[Comment("ศาสนา")]
[Comment("สถานภาพ")]
public string? RelationshipName { get; set; }
[MaxLength(200), Comment("อีเมล")]