dev #9

Merged
hy merged 11 commits from dev into master 2025-08-26 20:11:08 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5f6b60c891 - Show all commits

View File

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