邮件修改
This commit is contained in:
@@ -76,6 +76,9 @@ public class TaskMedicalReview : BaseFullAuditEntity
|
||||
public Guid VisitTaskId { get; set; }
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 审核结论 false 为通过 true 为不通过
|
||||
/// </summary>
|
||||
[Comment("是否有问题")]
|
||||
public bool IsHaveQuestion { get; set; } = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user