query report อุทธรณ์

This commit is contained in:
Kittapath 2023-12-19 08:33:09 +07:00
parent f11f927f7e
commit 52af68a9a9
6 changed files with 11826 additions and 4 deletions

View file

@ -13,6 +13,8 @@ namespace BMA.EHR.Discipline.Service.Requests
public Guid ProfileId { get; set; }
public string? CitizenId { get; set; }
public string? Fullname { get; set; }
public string? Position { get; set; }
public string? Oc { get; set; }
public List<FormFile>? File { get; set; }
}
}