api ใบประกอบวิชาชีพ
This commit is contained in:
parent
e4fa2ff1c1
commit
0a626fb393
8 changed files with 104 additions and 55 deletions
|
|
@ -5,7 +5,11 @@ namespace BMA.EHR.Placement.Service.Requests
|
|||
{
|
||||
public class PersonCertificateRequest
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public bool Value { get; set; }
|
||||
public Guid? Id { get; set; }
|
||||
public string? CertificateNo { get; set; }
|
||||
public string? Issuer { get; set; }
|
||||
public DateTime? IssueDate { get; set; }
|
||||
public DateTime? ExpireDate { get; set; }
|
||||
public string? CertificateType { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue