This commit is contained in:
he
2024-05-21 14:11:50 +08:00
parent 8e520ce579
commit 311d6507ce
2 changed files with 6 additions and 6 deletions
@@ -1581,7 +1581,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 裁判百分比或绝对值的相差值匹配规则
/// </summary>
public JudgeDifferenceType? JudgeDifferenceType { get; set; }
public JudgeDifferenceType JudgeDifferenceType { get; set; }
public bool IsHaveChange { get; set; } = false;
@@ -1828,7 +1828,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 裁判百分比或绝对值的相差值匹配规则
/// </summary>
public JudgeDifferenceType? JudgeDifferenceType { get; set; }
public JudgeDifferenceType JudgeDifferenceType { get; set; }
public List<AnswerCombinationDto> AnswerCombination { get; set; }
@@ -1850,7 +1850,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 裁判百分比或绝对值的相差值匹配规则
/// </summary>
public JudgeDifferenceType? JudgeDifferenceType { get; set; }
public JudgeDifferenceType JudgeDifferenceType { get; set; }
public string QuestionName { get; set; }
@@ -2295,7 +2295,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 裁判百分比或绝对值的相差值匹配规则
/// </summary>
public JudgeDifferenceType? JudgeDifferenceType { get; set; }
public JudgeDifferenceType JudgeDifferenceType { get; set; }
public string AnswerGroup { get; set; }
@@ -2349,7 +2349,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 裁判百分比或绝对值的相差值匹配规则
/// </summary>
public JudgeDifferenceType? JudgeDifferenceType { get; set; }
public JudgeDifferenceType JudgeDifferenceType { get; set; }
}