From 5f6b60c891207f8777f211e2ff07af1bd60b4276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=82=A5=E7=BE=8A?= <1048382248@qq.com> Date: Tue, 26 Aug 2025 14:26:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E5=85=81=E8=AE=B8?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E6=A0=A1=E6=8E=92=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Learn.Archives.API/Controllers/Dto/ExamClassInfoDto.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learn.Archives.API/Controllers/Dto/ExamClassInfoDto.cs b/Learn.Archives.API/Controllers/Dto/ExamClassInfoDto.cs index 35bdf35..a6b065e 100644 --- a/Learn.Archives.API/Controllers/Dto/ExamClassInfoDto.cs +++ b/Learn.Archives.API/Controllers/Dto/ExamClassInfoDto.cs @@ -121,7 +121,7 @@ namespace Learn.Archives.API.Controllers.Dto /// /// 总分资源校排名 /// - [ExcelColumnName("总分资源校排名")] + [ExcelColumn(Name="赋分总分资源校排名",Width =20)] public int 资源校排名 { get; set; } }