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

@ -21,6 +21,7 @@ namespace BMA.EHR.Report.Service.Responses
public string? SalaryDate { get; set; }
public string? PositionName { get; set; }
public string? OcFullPath { get; set; }
public string? ImgUrl { get; set; }
}
public class Educations