邮件修改

This commit is contained in:
he
2024-10-17 15:45:47 +08:00
parent 289811e0e6
commit eed4a584e3
4 changed files with 112 additions and 4 deletions
@@ -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;