mitao
2025-03-31 060b84c46d7097696504aea89f77185320815b07
cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/service/IWorldCupCompetitorService.java
@@ -84,4 +84,12 @@
     * @return
     */
    Map<String, Object> userGameRecordList(UserGameRecordList userGameRecordList);
    /**
     * 获取比赛场次
     * @param worldCupId
     * @return
     */
    int getMatchTime(Integer worldCupId);
}