Uat_Study
hang 2023-03-16 14:29:54 +08:00
parent 1b04ed9506
commit 19959965a2
1 changed files with 1 additions and 6 deletions

View File

@ -62,12 +62,7 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
[Required]
public Guid UpdateUserId { get; set; }
/// <summary>
/// TrialId
/// </summary>
[Required]
public Guid TrialId { get; set; }
}