修改一版

Test.EIImageViewer
he 2022-11-16 11:20:50 +08:00
parent afad336bb9
commit 3aa26aa580
1 changed files with 10 additions and 0 deletions

View File

@ -623,6 +623,16 @@ namespace IRaCIS.Core.Application.Contracts
/// </summary>
public string OrderMark { get; set; } = string.Empty;
/// <summary>
/// 自定义计算标记
/// </summary>
public CustomCalculateMark? CustomCalculateMark { get; set; }
/// <summary>
/// 自定义计算标记
/// </summary>
public string CalculateQuestions { get; set; } = "[]";
}
public class TrialJudgeQuestion