zhibing.pu
2024-07-24 47e23cf659d4cc58bc93b44b16e64e82efcfb08d
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;
    /**
     * 参赛编号
@@ -44,7 +44,7 @@
     * 参赛人id
     */
    @TableField("participantId")
    private Integer participantId;
    private Long participantId;
    /**
     * 参赛方(1=蓝方,2=红方)
     */
@@ -56,6 +56,16 @@
    @TableField("matchResult")
    private Integer matchResult;
    /**
     * 我方分数
     */
    @TableField("ourScore")
    private Integer ourScore;
    /**
     * 对手分数
     */
    @TableField("opponentScore")
    private Integer opponentScore;
    /**
     * 参赛奖励
     */
    @TableField("participationIntegral")