site调研发送邮件
This commit is contained in:
@@ -204,11 +204,23 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
[NotDefault]
|
||||
public Guid TrialSiteSurveyId { get; set; }
|
||||
|
||||
public string LatestBackReason { get; set; }
|
||||
public string LatestBackReason { get; set; } = string.Empty;
|
||||
|
||||
public string RouteUrl { get; set; }
|
||||
}
|
||||
|
||||
public class InviteEmailCommand
|
||||
{
|
||||
[NotDefault]
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
public string RouteUrl { get; set; } = string.Empty;
|
||||
|
||||
public List<TrialSiteUserSurvey> UserList { get; set; } = new List<TrialSiteUserSurvey>();
|
||||
}
|
||||
|
||||
|
||||
|
||||
public class TrialSiteSurvyeSubmitDTO
|
||||
{
|
||||
[NotDefault]
|
||||
@@ -216,9 +228,8 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
[NotDefault]
|
||||
public Guid TrialSiteSurveyId { get; set; }
|
||||
|
||||
public string? LoginUrl { get; set; }
|
||||
|
||||
public string? RouteUrl { get; set; }
|
||||
public string RouteUrl { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
public class TrialSiteSurveyQueryDTO
|
||||
|
||||
Reference in New Issue
Block a user