修改
This commit is contained in:
@@ -422,6 +422,22 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
|
||||
}
|
||||
|
||||
public class GetReadingTableQuestionOrAnswerInDto
|
||||
{
|
||||
public Guid TrialReadingCriterionId { get; set; }
|
||||
public Guid? TaskId { get; set; }
|
||||
public List<ReadingTableQuestionAnswerInfo> TableAnswers { get; set; } = new List<ReadingTableQuestionAnswerInfo>();
|
||||
|
||||
public List<TableAnsweRowInfo> TableAnsweRowInfos { get; set; } = new List<TableAnsweRowInfo>();
|
||||
|
||||
public bool IsGetallQuestion { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// 是否获取预览
|
||||
/// </summary>
|
||||
public bool IsGetPreview { get; set; } = false;
|
||||
}
|
||||
public class ReadingTableQuestionAnswerInfo : ReadingTableQuestionAnswer
|
||||
{
|
||||
public int ShowOrder { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user