处理字典

This commit is contained in:
he
2023-03-22 13:28:14 +08:00
parent 8d80545229
commit 24e03d5d3d
2 changed files with 25 additions and 1 deletions
@@ -1123,6 +1123,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
}
}
public List<CrterionDictionaryGroup> CrterionDictionaryGroup { get; set; }
public List<GlobalQuestionInfo> BeforeQuestionList { get; set; }
public List<GlobalQuestionInfo> AgreeOrNot { get; set; }
@@ -1226,6 +1227,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// 是否是裁判问题
/// </summary>
public bool IsJudgeQuestion { get; set; } = true;
public List<CrterionDictionaryGroup> CrterionDictionaryGroup { get; set; }
}
public class GetReadingImgOutDto