api คำขอโอน

This commit is contained in:
Kittapath 2023-08-04 16:17:57 +07:00
parent f878ef239e
commit f255b1e933
15 changed files with 13056 additions and 42 deletions

View file

@ -1,4 +1,5 @@
using Microsoft.EntityFrameworkCore;
using Microsoft.AspNetCore.Http;
using Microsoft.EntityFrameworkCore;
namespace BMA.EHR.Application.Requests
{
@ -14,6 +15,7 @@ namespace BMA.EHR.Application.Requests
public string Amount { get; set; }
public string Type { get; set; }
// public string Type { get; set; }
public FormFile? File { get; set; }
}
}