api import เครื่องราช,ใบกำกับ
This commit is contained in:
parent
9c610407f4
commit
69f23fd0cb
21 changed files with 47554 additions and 55 deletions
14
BMA.EHR.Insignia.Service/Requests/ImportInvoiceRequest.cs
Normal file
14
BMA.EHR.Insignia.Service/Requests/ImportInvoiceRequest.cs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
using BMA.EHR.Domain.Models.MetaData;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace BMA.EHR.Insignia.Service.Requests
|
||||
{
|
||||
public class ImportInvoiceRequest
|
||||
{
|
||||
public string? CitizanId { get; set; }
|
||||
public string? Number { get; set; }
|
||||
public DateTime? DatePayment { get; set; }
|
||||
public string? TypePayment { get; set; }
|
||||
public string? Address { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue