@ -34,6 +34,7 @@ public class Ghre_ExamDto : Ghre_Exam
public string AfterHowLongLabel { get; set; }
public string CourseName { get; set; }
public string ExamPaperName { get; set; }
public string ExamModeLabel { get; set; }
public string OpenClassName { get; set; }
@ -11,11 +11,8 @@ using AgileObjects.AgileMapper;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using SqlSugar;
using Tiobon.Core.Common.Helper;
using Microsoft.AspNetCore.Http;
using Tiobon.Core.Common.UserManager;
using MathNet.Numerics.Distributions;
using System.Drawing.Drawing2D;
namespace Tiobon.Core.Services;