luodangjia
2025-02-06 4ea15c3e2a3f0434df79a1b49fe4e90f7337b025
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/VipGood.java
@@ -34,8 +34,8 @@
    private Integer vipId;
    @ApiModelProperty(value = "指定购买后升级商品的json快照")
    @TableField("good_id")
    private Integer goodId;
    @TableField("good_json")
    private String good_json;
}