修改一版
This commit is contained in:
@@ -353,7 +353,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public Guid TrialId { get; set; }
|
||||
}
|
||||
|
||||
public class GetReadingQuestionAndAnswerOutDto
|
||||
public class GetReadingQuestionAndAnswerOutDto: GetReadingTableQuestionOutDto
|
||||
{
|
||||
|
||||
public bool IsBaseLineTask { get; set; }
|
||||
@@ -367,6 +367,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
public ReadingTaskState ReadingTaskState { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
public class GetReadingTableQuestionOutDto
|
||||
{
|
||||
public List<TrialReadQuestionData> SinglePage { get; set; }
|
||||
|
||||
public List<TrialReadQuestionData> MultiPage { get; set; }
|
||||
@@ -374,6 +380,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public List<TrialReadQuestionData> PublicPage { get; set; }
|
||||
}
|
||||
|
||||
|
||||
public class TrialReadQuestionData : ReadingQuestionTrial
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user