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; }