noti หนังสือเวียน

This commit is contained in:
Kittapath 2023-09-13 21:51:57 +07:00
parent 390eb7296b
commit d96ad94299
12 changed files with 16809 additions and 7 deletions

View file

@ -0,0 +1,10 @@
using BMA.EHR.Domain.Models.MetaData;
using Microsoft.EntityFrameworkCore;
namespace BMA.EHR.Report.Service.Requests
{
public class FileRequest
{
public List<FormFile>? File { get; set; }
}
}