优化考试管理查询接口

master
xiaochanghai 1 year ago
parent 803298c302
commit c7539b78d3
  1. 1
      Tiobon.Core.Model/View/Ghre/Ghre_Exam.Dto.View.cs
  2. 3
      Tiobon.Core.Services/Ghre/Ghre_ExamServices.cs

@ -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;

Loading…
Cancel
Save