Uat_Study
he 2022-05-10 13:31:45 +08:00
parent 08ad43987c
commit dbca00a1e8
2 changed files with 3 additions and 5 deletions

View File

@ -116,8 +116,7 @@ namespace IRaCIS.Core.Application.Contracts
public class UserConfirmCommand
{
public Guid TrialId { get; set; }
[NotDefault]
public Guid DocumentId { get; set; }

View File

@ -31,8 +31,7 @@ namespace IRaCIS.Core.Domain.Models
/// <summary>
/// TrialId
/// </summary>
[Required]
public Guid TrialId { get; set; }
public Guid? TrialId { get; set; }
/// <summary>
/// SubjectVisitId
@ -41,7 +40,7 @@ namespace IRaCIS.Core.Domain.Models
//关联基础数据
public Guid SignCodeId { get; set; }
public Guid? SignCodeId { get; set; }
public string SignCode { get; set; }