puzhibing
2023-12-04 3ad6b6ba2ba56fc0bcd2130e47190779c6e15acc
cloud-server-competition/src/main/java/com/dsh/competition/entity/Competition.java
@@ -16,7 +16,7 @@
/**
 * <p>
 *
 *
 * </p>
 *
 * @author jqs
@@ -234,6 +234,9 @@
     */
    @TableField("operatorId")
    private Integer operatorId;
    // 已报名人数
    @TableField(exist = false)
    private String count;
    @Override
    protected Serializable pkVal() {