puzhibing
2024-03-08 2a3d0885c11a73d41fb03c985f0032086cd8fa07
cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/entity/WorldCupCompetitor.java
@@ -18,7 +18,7 @@
    /**
     * 主键
     */
    @TableId(value = "id", type = IdType.INPUT)
    @TableId(value = "id", type = IdType.NONE)
    private Long id;
    /**
     * 参赛编号
@@ -56,6 +56,16 @@
    @TableField("matchResult")
    private Integer matchResult;
    /**
     * 我方分数
     */
    @TableField("ourScore")
    private Integer ourScore;
    /**
     * 对手分数
     */
    @TableField("opponentScore")
    private Integer opponentScore;
    /**
     * 参赛奖励
     */
    @TableField("participationIntegral")