เพิ่มรับคืนเครื่องราช
This commit is contained in:
parent
59f782e8cf
commit
1619a502d4
22 changed files with 33518 additions and 41 deletions
|
|
@ -8,5 +8,6 @@ namespace BMA.EHR.Insignia.Service.Requests
|
|||
public Guid ProfileId { get; set; }
|
||||
public Guid insigniaId { get; set; }
|
||||
public Guid insigniaPeriodId { get; set; }
|
||||
public string? Reason { get; set; }
|
||||
}
|
||||
}
|
||||
12
BMA.EHR.Insignia.Service/Requests/InsigniaReturnRequest.cs
Normal file
12
BMA.EHR.Insignia.Service/Requests/InsigniaReturnRequest.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using BMA.EHR.Domain.Models.MetaData;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace BMA.EHR.Insignia.Service.Requests
|
||||
{
|
||||
public class InsigniaNoteReturnRequest
|
||||
{
|
||||
public List<FormFile>? File { get; set; }
|
||||
public DateTime? Date { get; set; }
|
||||
public Guid OrgId { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue