This commit is contained in:
kittapath 2024-10-30 20:28:52 +07:00
parent aa0f00385a
commit 86edf00336
2 changed files with 16 additions and 2 deletions

View file

@ -10,7 +10,7 @@ namespace BMA.EHR.Report.Service.Responses
{
public string Status { get; set; }
public string Message { get; set; }
public Data Result { get; set; }
public Data Result { get; set; }
public class Data
{
@ -60,6 +60,13 @@ namespace BMA.EHR.Report.Service.Responses
public string? CurrentDistrict { get; set; }
public string? CurrentProvince { get; set; }
public string? ImgUrl { get; set; }
public string? ImgUrl1 { get; set; }
public string? ImgUrl2 { get; set; }
public string? ImgUrl3 { get; set; }
public string? ImgUrl4 { get; set; }
public string? ImgUrl5 { get; set; }
public string? ImgUrl6 { get; set; }
public string? ImgUrl7 { get; set; }
}
public class Insignia