puzhibing
2024-03-06 2fbb702bad7cf51c9cec5045816c71af4495b060
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);
}