puzhibing
2024-03-06 f6d50410b2674c2564be93b3887fff60e5769bd1
cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/service/IWorldCupCompetitorService.java
@@ -54,4 +54,26 @@
     * @return
     */
    Map<String, Object> worldCupRecordsList(WorldCupRecords worldCupRecords);
    /**
     * 获取比赛统计详情列表
     * @param worldCupGameStatisticsInfoList
     * @return
     */
    Map<String, Object> worldCupGameStatisticsInfoList(WorldCupGameStatisticsInfoList worldCupGameStatisticsInfoList);
    /**
     * 获取单场参赛详情列表
     * @return
     */
    Map<String, Object> worldCupGameStatisticsListInfo(WorldCupGameStatisticsListInfo worldCupGameStatisticsListInfo);
    /**
     * 修改比分
     * @param changeScore
     */
    void changeScore(ChangeScore changeScore);
}