Uat_Study
he 2022-10-26 15:35:56 +08:00
parent 55fa65197a
commit f256708041
2 changed files with 9 additions and 0 deletions

View File

@ -341,6 +341,13 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public bool IsBaseLineTask { get; set; }
public decimal TaskNum { get; set; }
/// <summary>
/// 任务盲态名称 和访视盲态一样
/// </summary>
public string BlindName { get; set; }
public ReadingTaskState ReadingTaskState { get; set; }
public List<TrialReadQuestionData> SinglePage { get; set; }

View File

@ -641,6 +641,8 @@ namespace IRaCIS.Application.Services
}
result.BlindName = visitTaskInfo.TaskBlindName;
result.TaskNum = visitTaskInfo.VisitTaskNum;
return (result, new
{