修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2024-05-10 13:36:37 +08:00
parent 74e0765d7a
commit 84f76c09f7
3 changed files with 72 additions and 12 deletions
@@ -1573,7 +1573,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public Guid? QuestionId { get; set; }
public bool IsHaveChange { get; set; } = false;
/// <summary>
/// 裁判百分比或绝对值的相差值
/// </summary>
public decimal? JudgeDifferenceValue { get; set; }
public bool IsHaveChange { get; set; } = false;
public string VisitAnswer { get; set; } = string.Empty;
@@ -2267,7 +2272,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public Guid QuestionId { get; set; }
public string AnswerGroup { get; set; }
/// <summary>
/// 裁判百分比或绝对值的相差值
/// </summary>
public decimal? JudgeDifferenceValue { get; set; }
public string AnswerGroup { get; set; }
public string AnswerCombination { get; set; }
@@ -2311,7 +2320,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string AnswerCombination { get; set; }
public JudgeTypeEnum JudgeType { get; set; }
}
/// <summary>
/// 裁判百分比或绝对值的相差值
/// </summary>
public decimal? JudgeDifferenceValue { get; set; }
}
public class GetSystemReadingQuestionPageDto