修改一版

Uat_Study
he 2022-06-28 16:05:59 +08:00
parent b0ecd75bba
commit ede9e552eb
1 changed files with 2 additions and 2 deletions

View File

@ -81,10 +81,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid ReadingQuestionTrialId { get; set; }
[NotDefault]
public List<string> AnswerGroup { get; set; }
[NotDefault]
public List<AnswerCombinationDto> AnswerCombination { get; set; }