@@ -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
|
||||
|
||||
Reference in New Issue
Block a user