Compare commits
No commits in common. "22147483c1b74ccdfe15c06635056afb19c8efdc" and "fd3f76d35c6d6ab071edcc9396c6ec5425f14162" have entirely different histories.
22147483c1
...
fd3f76d35c
|
@ -1847,11 +1847,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
/// </summary>
|
||||
public decimal? JudgeDifferenceValue { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 类型
|
||||
/// </summary>
|
||||
public string Type { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 裁判百分比或绝对值的相差值匹配规则
|
||||
/// </summary>
|
||||
|
|
|
@ -46,7 +46,6 @@ namespace IRaCIS.Application.Services
|
|||
QuestionGenre=x.QuestionGenre,
|
||||
DictionaryCode=x.DictionaryCode,
|
||||
JudgeType = x.JudgeType,
|
||||
Type=x.Type,
|
||||
ReadingQuestionTrialId = x.Id,
|
||||
JudgeDifferenceValue= x.JudgeDifferenceValue,
|
||||
JudgeDifferenceType=x.JudgeDifferenceType,
|
||||
|
|
Loading…
Reference in New Issue