GlobalAward下载补充和数量接口
This commit is contained in:
@@ -39,6 +39,12 @@ public interface GlobalAwardService {
|
||||
* @return 导出的参赛者数量
|
||||
*/
|
||||
int exportContestantFiles(Integer minContestantNumber, Integer maxContestantNumber) throws Exception;
|
||||
|
||||
/**
|
||||
* 查询参赛者总数
|
||||
* @return 参赛者数量
|
||||
*/
|
||||
long getContestantCount();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user