无关风月
2025-01-21 8f2abbbda6c87c59d0c2c5da9979e78ea38e74db
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);
}