This commit is contained in:
he
2023-01-11 17:43:19 +08:00
parent 0f60809c32
commit 2a334a714f
2 changed files with 4 additions and 0 deletions
@@ -205,6 +205,8 @@ namespace IRaCIS.Core.Application.Contracts
{
public Guid? DoctorId { get; set; }
public ReviewerInformationConfirmStatus? ReviewStatus { get; set; }
public string Token { get; set; }
}