api บันทึกเครื่องราช
This commit is contained in:
parent
9abb9c5422
commit
51bdcf4041
50 changed files with 162548 additions and 111 deletions
|
|
@ -5,7 +5,7 @@ namespace BMA.EHR.Application.Requests
|
|||
{
|
||||
public class InsigniaPeriodRequest
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string? Name { get; set; }
|
||||
|
||||
public int Year { get; set; }
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
public class InsigniaRequestItem
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public string CitizenId { get; set; }
|
||||
public Guid ProfileId { get; set; }
|
||||
public string FullName { get; set; }
|
||||
public string Position { get; set; }
|
||||
|
|
|
|||
|
|
@ -5,8 +5,9 @@ namespace BMA.EHR.Application.Requests
|
|||
public class InsigniaResults
|
||||
{
|
||||
public Guid PeriodId { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Year { get; set; }
|
||||
public string? Name { get; set; }
|
||||
public int Year { get; set; }
|
||||
public int Round { 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