เพิ่มวันที่ยับยั่ง
This commit is contained in:
parent
f2a0b754b3
commit
64eb77674a
13 changed files with 41337 additions and 90 deletions
|
|
@ -4,5 +4,6 @@ namespace BMA.EHR.Retirement.Service.Requests
|
|||
public class RetirementRequestApproveDto
|
||||
{
|
||||
public string? Reason { get; set; }
|
||||
public DateTime? Date { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,5 +24,8 @@ namespace BMA.EHR.Retirement.Service.Requests
|
|||
|
||||
[JsonProperty("keycloakId")]
|
||||
public Guid KeycloakId { get; set; } = Guid.Empty;
|
||||
|
||||
[JsonProperty("org")]
|
||||
public string Org { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue