修改一版

Uat_Study
he 2022-06-28 16:04:25 +08:00
parent 0b4ad2e63d
commit b0ecd75bba
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public List<AnswerCombinationDto> AnswerCombination { get; set; } public List<AnswerCombinationDto> AnswerCombination { get; set; }
[NotDefault]
public JudgeTypeEnum JudgeType { get; set; } public JudgeTypeEnum JudgeType { get; set; }
} }