修改稽查列表
This commit is contained in:
@@ -344,7 +344,6 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
|
||||
|
||||
public class GetDataInspectionOutDto : DataInspection
|
||||
{
|
||||
public string ExperimentName { get; set; } = string.Empty;
|
||||
|
||||
|
||||
public string BlindName { get; set; }
|
||||
@@ -357,9 +356,9 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
|
||||
|
||||
//public string ParentJson { get; set; } = string.Empty;
|
||||
|
||||
public string CreateUser { get; set; } = string.Empty;
|
||||
public string UserFirstName { get; set; } = string.Empty;
|
||||
public string UserLastName { get; set; } = string.Empty;
|
||||
|
||||
public string CreateUserRealName { get; set; } = string.Empty;
|
||||
|
||||
public string Description { get; set; } = string.Empty;
|
||||
|
||||
public string ModuleTypeName { get; set; } = string.Empty;
|
||||
@@ -381,34 +380,21 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
|
||||
/// </summary>
|
||||
public string ParentIdentification { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 项目名称
|
||||
/// </summary>
|
||||
public string TrialName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 中心Code
|
||||
/// </summary>
|
||||
public string ExperimentName { get; set; }
|
||||
|
||||
|
||||
public string SiteCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 项目编码
|
||||
/// </summary>
|
||||
public string ResearchProgramNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 中心名称
|
||||
/// </summary>
|
||||
|
||||
public string SiteName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 受试者名称
|
||||
/// </summary>
|
||||
|
||||
public string SubjectCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 访视名称
|
||||
/// </summary>
|
||||
|
||||
public string SubjectVisitName { get; set; }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user