เพิ่มวัหมดอายุเลขบัตร

This commit is contained in:
Kittapath 2023-03-24 11:50:46 +07:00
parent a781c375d7
commit 7018791857
9 changed files with 638 additions and 285 deletions

View file

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