修改一版

This commit is contained in:
he
2022-06-06 14:16:59 +08:00
parent 24a728f95d
commit 6bdaf926c4
5 changed files with 114 additions and 34 deletions
@@ -13,6 +13,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid? TrialId { get; set; }
public Guid? SubjectId { get; set; }
}
public class GetSubjectReadVisitsOutDto
@@ -131,9 +133,19 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string SubjectVisitName { get; set; }
/// <summary>
/// 干系人
/// 干系人Id
/// </summary>
public string Stakeholders { get; set; }
public List<Guid> StakeholderIds { get; set; }
/// <summary>
/// 干系人姓名
/// </summary>
public List<string> StakeholderNames { get; set; }
/// <summary>
/// 状态
/// </summary>
public ReadModuleEnum? Status { get; set; }
}
public class GetReadModuleOutDto
@@ -242,6 +254,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public bool IsVisit { get; set; }
/// <summary>
/// 访视Num
/// </summary>
public decimal? VisitNum { get; set; }
/// <summary>
/// 是否为PD进展
/// </summary>