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