puzhibing
2024-03-05 6c6d51775200fc1c17b0cd5fc9464016aed13327
cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/entity/WorldCupPaymentParticipant.java
@@ -16,7 +16,7 @@
    /**
     * 主键
     */
    @TableId(value = "id", type = IdType.INPUT)
    @TableId(value = "id", type = IdType.NONE)
    private Long id;
    /**
     * 世界杯id
@@ -43,4 +43,9 @@
     */
    @TableField("participantId")
    private Integer participantId;
    /**
     * 是否已参赛(0=否,1=是)
     */
    @TableField("alreadyEntered")
    private Integer alreadyEntered;
}