เพิ่มวัหมดอายุเลขบัตร
This commit is contained in:
parent
a781c375d7
commit
7018791857
9 changed files with 638 additions and 285 deletions
|
|
@ -13,5 +13,10 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
|
|||
public string? RelationshipId { get; set; }
|
||||
public string? Email { get; set; } = string.Empty;
|
||||
public string? CitizenId { get; set; } = string.Empty;
|
||||
public Models.Province? CitizenProvince { get; set; }
|
||||
public string? CitizenProvinceId { get; set; }
|
||||
public Models.District? CitizenDistrict { get; set; }
|
||||
public string? CitizenDistrictId { get; set; }
|
||||
public DateTime? CitizenDate { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue