api จัดการคำขอเครื่องราช
This commit is contained in:
parent
4215af4a0b
commit
f386a5fea6
8 changed files with 409 additions and 233 deletions
|
|
@ -13,9 +13,9 @@ namespace BMA.EHR.Application.Requests
|
|||
|
||||
public DateTime EndDate { get; set; }
|
||||
|
||||
public string Amount { get; set; }
|
||||
public int Amount { get; set; }
|
||||
|
||||
// public string Type { get; set; }
|
||||
public int Round { get; set; }
|
||||
public FormFile? File { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
public string RequestInsignia { get; set; }
|
||||
public string RequestInsigniaShortName { get; set; }
|
||||
public string Level { get; set; }
|
||||
public string Status { get; set; }
|
||||
public bool IsApprove { get; set; }
|
||||
public DateTime? RequestDate { get; set; }
|
||||
public string RequestNote { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue