修改裁判的默认值
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
f52e35379f
commit
14b1a62a1f
|
@ -157,16 +157,16 @@ public class ReadingQuestionTrial : BaseAddAuditEntity
|
|||
public Guid? SystemParentId { get; set; }
|
||||
|
||||
[Comment("答案分组")]
|
||||
public string AnswerGroup { get; set; } = string.Empty;
|
||||
public string AnswerGroup { get; set; } = "[]";
|
||||
|
||||
[Comment("答案组合")]
|
||||
public string AnswerCombination { get; set; } = string.Empty;
|
||||
public string AnswerCombination { get; set; } = "[]";
|
||||
|
||||
[Comment("裁判类型")]
|
||||
public JudgeTypeEnum JudgeType { get; set; } = JudgeTypeEnum.AnswerDisaffinity;
|
||||
|
||||
[Comment("裁判百分比或绝对值的相差值")]
|
||||
public decimal? JudgeDifferenceValue { get; set; }
|
||||
public decimal? JudgeDifferenceValue { get; set; } = 0;
|
||||
|
||||
[Comment("裁判百分比或绝对值的相差值匹配规则")]
|
||||
public JudgeDifferenceType JudgeDifferenceType { get; set; }
|
||||
|
|
Loading…
Reference in New Issue