GlobalAward下载补充和数量接口

This commit is contained in:
litianxiang
2026-04-13 10:22:43 +08:00
parent 14dfe2806c
commit 14002e7331
3 changed files with 56 additions and 8 deletions

View File

@@ -39,6 +39,12 @@ public interface GlobalAwardService {
* @return 导出的参赛者数量
*/
int exportContestantFiles(Integer minContestantNumber, Integer maxContestantNumber) throws Exception;
/**
* 查询参赛者总数
* @return 参赛者数量
*/
long getContestantCount();
}