修改
This commit is contained in:
@@ -544,6 +544,17 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
/// </summary>
|
||||
public JudgeTypeEnum JudgeType { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 关联Value
|
||||
/// </summary>
|
||||
public string RelevanceValue { get; set; } = string.Empty;
|
||||
|
||||
public int? RelevanceShowOrder { get; set; }
|
||||
|
||||
|
||||
public int? ParentQuestionShowOrder { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class TrialJudgeQuestion
|
||||
|
||||
Reference in New Issue
Block a user