优化 允许资源校排名

This commit is contained in:
小肥羊 2025-08-26 14:26:12 +08:00
parent d651e6889b
commit 5f6b60c891
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ namespace Learn.Archives.API.Controllers.Dto
/// <summary> /// <summary>
/// 总分资源校排名 /// 总分资源校排名
/// </summary> /// </summary>
[ExcelColumnName("总分资源校排名")] [ExcelColumn(Name="赋分总分资源校排名",Width =20)]
public int { get; set; } public int { get; set; }
} }