dev #5

Merged
hy merged 3 commits from dev into staging 2025-08-26 14:36:39 +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; }
}