api import เครื่องราช,ใบกำกับ
This commit is contained in:
parent
9c610407f4
commit
69f23fd0cb
21 changed files with 47554 additions and 55 deletions
|
|
@ -4857,6 +4857,7 @@ namespace BMA.EHR.Application.Repositories
|
|||
Year = period.Year,
|
||||
Round = period.Round,
|
||||
Name = period.Name,
|
||||
RequestNote = request == null ? "" : request.RequestNote,
|
||||
RequestStatus = request == null ? null : request.RequestStatus,
|
||||
OrganizationName = request == null ? "" : request.Organization.OrganizationOrganization.Name
|
||||
};
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ namespace BMA.EHR.Application.Requests
|
|||
public string? Name { get; set; }
|
||||
public int Year { get; set; }
|
||||
public int Round { get; set; }
|
||||
public string RequestNote { get; set; }
|
||||
public string RequestStatus { get; set; }
|
||||
public string OrganizationName { get; set; }
|
||||
public List<InsigniaRequestItem> Items { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue