无关风月
2025-08-28 cfa7d0a90e7da9b52606ab8fca364fa5bddddcd4
cloud-server-activity/src/main/java/com/dsh/activity/entity/VipDetail.java
@@ -15,7 +15,7 @@
public class VipDetail {
    @ApiModelProperty(value = "主键")
    @TableId(value = "id", type = IdType.NONE)
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    @ApiModelProperty(value = "用户id")