nickchange
2023-11-17 4a055748da8c4e8baf002dff7b74e12ec150610a
cloud-server-competition/src/main/java/com/dsh/competition/entity/Competition.java
@@ -234,7 +234,9 @@
     */
    @TableField("operatorId")
    private Integer operatorId;
    // 已报名人数
    @TableField(exist = false)
    private String count;
    @Override
    protected Serializable pkVal() {
        return this.id;