重构试卷相关内容
This commit is contained in:
@@ -27,7 +27,6 @@ namespace Entities.DTO
|
||||
|
||||
public string? Descript { get; set; }
|
||||
public List<SubQuestionDto> SubQuestions { get; set; } = new List<SubQuestionDto>();
|
||||
|
||||
public List<QuestionGroupDto> SubQuestionGroups { get; set; } = new List<QuestionGroupDto>();
|
||||
public bool ValidQuestionGroup { get; set; } = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user