luodangjia
2024-12-12 d7b3c61e01aadf99ce6a1d8ebf18c4e6dd81cc2b
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_json")
    private String goodJson;
    @TableField("good_id")
    private Integer goodId;
}