修改发送邮件模型

This commit is contained in:
2022-03-30 14:52:12 +08:00
parent fdb32f8a94
commit 1c41cca8c4
2 changed files with 2 additions and 2 deletions
@@ -216,7 +216,7 @@ namespace IRaCIS.Core.Application.Contracts
public string RouteUrl { get; set; } = string.Empty;
public List<TrialSiteUserSurvey> UserList { get; set; } = new List<TrialSiteUserSurvey>();
public List<TrialSiteUserSurveyView> UserList { get; set; } = new List<TrialSiteUserSurveyView>();
}