无关风月
2025-08-18 4f5d220cd175b1cb48c6fc91cb02cb12f6114746
cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/service/IWorldCupCompetitorService.java
@@ -84,4 +84,19 @@
     * @return
     */
    Map<String, Object> userGameRecordList(UserGameRecordList userGameRecordList);
    /**
     * 获取比赛场次
     * @param worldCupId
     * @return
     */
    int getMatchTime(Integer worldCupId);
    List<WorldCupListVo> getWorldCupListFromRank(MyWorldCupList myWorldCupList);
    List<WorldCupCodeListVo> getWorldCupCodeListId(Integer worldCupId);
}