puzhibing
2024-03-06 1baad5a501915c41ebabd0b619cca6470af66bf9
cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/entity/WorldCupCompetitor.java
@@ -56,6 +56,16 @@
    @TableField("matchResult")
    private Integer matchResult;
    /**
     * 我方分数
     */
    @TableField("ourScore")
    private Integer ourScore;
    /**
     * 对手分数
     */
    @TableField("opponentScore")
    private Integer opponentScore;
    /**
     * 参赛奖励
     */
    @TableField("participationIntegral")