44323
2023-12-12 d9a46d01c5a7a70589a49e5fb5578e5a20b3dc64
cloud-server-competition/src/main/java/com/dsh/competition/entity/Competition.java
@@ -16,7 +16,7 @@
/**
 * <p>
 *
 *
 * </p>
 *
 * @author jqs
@@ -237,6 +237,7 @@
    // 已报名人数
    @TableField(exist = false)
    private String count;
    @Override
    protected Serializable pkVal() {
        return this.id;