fix report kk1/kp7 : add field imgUrl

This commit is contained in:
Bright 2024-09-23 12:58:40 +07:00
parent a9eb8d993c
commit 4654330ef7
3 changed files with 8 additions and 2 deletions

View file

@ -59,6 +59,7 @@ namespace BMA.EHR.Report.Service.Responses
public string? CurrentSubDistrict { get; set; }
public string? CurrentDistrict { get; set; }
public string? CurrentProvince { get; set; }
public string? ImgUrl { get; set; }
}
public class Insignia