From c7539b78d31d3b27c4801cade57a9ccaf10c236b Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Mon, 3 Jun 2024 19:02:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=80=83=E8=AF=95=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=9F=A5=E8=AF=A2=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Model/View/Ghre/Ghre_Exam.Dto.View.cs | 1 + Tiobon.Core.Services/Ghre/Ghre_ExamServices.cs | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Tiobon.Core.Model/View/Ghre/Ghre_Exam.Dto.View.cs b/Tiobon.Core.Model/View/Ghre/Ghre_Exam.Dto.View.cs index 8684dc9b..5884a00a 100644 --- a/Tiobon.Core.Model/View/Ghre/Ghre_Exam.Dto.View.cs +++ b/Tiobon.Core.Model/View/Ghre/Ghre_Exam.Dto.View.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; } diff --git a/Tiobon.Core.Services/Ghre/Ghre_ExamServices.cs b/Tiobon.Core.Services/Ghre/Ghre_ExamServices.cs index e6781750..2c25375d 100644 --- a/Tiobon.Core.Services/Ghre/Ghre_ExamServices.cs +++ b/Tiobon.Core.Services/Ghre/Ghre_ExamServices.cs @@ -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;