修改一版
This commit is contained in:
@@ -337,7 +337,14 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
|
||||
public class GetDataInspectionOutDto : DataInspection
|
||||
{
|
||||
public string ExperimentName { get; set; } = string.Empty;
|
||||
public string SubjectCode { get; set; } = string.Empty;
|
||||
public string TrialName { get; set; } = string.Empty;
|
||||
public string SiteCode { get; set; } = string.Empty;
|
||||
public string ResearchProgramNo { get; set; } = string.Empty;
|
||||
|
||||
public string SubjectVisitName { get; set; } = string.Empty;
|
||||
|
||||
public string RoleName { get; set; } = string.Empty;
|
||||
|
||||
|
||||
public string FirstName { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user