修改excel和邮件
This commit is contained in:
@@ -73,7 +73,8 @@ namespace IRaCIS.Application.Contracts
|
||||
|
||||
public string Indication { get; set; } = string.Empty;
|
||||
|
||||
public string ResearchProgramNo { get; set; } = string.Empty;
|
||||
public string ResearchProgramNo { get; set; } = string.Empty;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -104,17 +104,26 @@ namespace IRaCIS.Application.Contracts
|
||||
}
|
||||
|
||||
|
||||
public class TrialUserExportDTO : TrialSelectDTO
|
||||
public class TrialCRCUploadImageList_Export: ExcelExportTrialInfo
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public class ExcelExportTrialInfo : TrialSelectDTO
|
||||
{
|
||||
public DateTime CurrentTime { get; set; } = DateTime.Now;
|
||||
|
||||
}
|
||||
|
||||
public class TrialUserExportDTO : ExcelExportTrialInfo
|
||||
{
|
||||
|
||||
public List<TrialMaintenanceDTO> TrialUserList { get; set; } = new List<TrialMaintenanceDTO>();
|
||||
}
|
||||
|
||||
|
||||
public class TrialSiteUserExportDto : TrialSelectDTO
|
||||
public class TrialSiteUserExportDto : ExcelExportTrialInfo
|
||||
{
|
||||
public DateTime CurrentTime { get; set; } = DateTime.Now;
|
||||
|
||||
public List<SiteUserExportDTO> TrialSiteUserList { get; set; } = new List<SiteUserExportDTO>();
|
||||
}
|
||||
@@ -127,9 +136,8 @@ namespace IRaCIS.Application.Contracts
|
||||
public string TrialSiteAliasName { get; set; } = String.Empty;
|
||||
}
|
||||
|
||||
public class TrialSiteUserSummaryExportDto : TrialSelectDTO
|
||||
public class TrialSiteUserSummaryExportDto : ExcelExportTrialInfo
|
||||
{
|
||||
public DateTime CurrentTime { get; set; } = DateTime.Now;
|
||||
|
||||
public List<TrialSiteUserSummaryDto> TrialSiteUserList { get; set; } = new List<TrialSiteUserSummaryDto>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user