完成邮件基本逻辑

This commit is contained in:
2024-08-05 17:59:26 +08:00
parent 03c2a67fe4
commit ef63c19c93
3 changed files with 141 additions and 3 deletions
@@ -85,8 +85,7 @@ namespace IRaCIS.Core.Application.ViewModel
public int State { get; set; }
public Guid? TrialSiteId { get; set; }
[NotDefault]
public Guid TrialId { get; set; }
public Guid? TrialId { get; set; }
public Guid? VisitTaskId { get; set; }