api จัดการคำขอเครื่องราช

This commit is contained in:
Kittapath 2023-08-18 02:25:07 +07:00
parent 4215af4a0b
commit f386a5fea6
8 changed files with 409 additions and 233 deletions

View file

@ -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; }
}
}