记得上下班打卡 | git大法好,push需谨慎

Commit 5f2945d9 authored by jiangxiulong's avatar jiangxiulong

增加盲盒抽取的款式id

parent 0e70142e
......@@ -47,6 +47,11 @@ public class GoblinNftExCodeVo implements Serializable, Cloneable {
*/
private String skuId;
/**
* 盲盒抽取的款式id
*/
private String boxSkuId;
/**
* 店铺id
*/
......
use
dev_ln_scene;
dev_ln_scene;
-- >>------------------------------------------------------------------------------------
......@@ -10,6 +10,7 @@ CREATE TABLE goblin_nft_ex_code
code_id VARCHAR(64) NOT NULL DEFAULT '' COMMENT '兑换码id',
activity_id VARCHAR(64) NOT NULL DEFAULT '' COMMENT '活动id',
sku_id VARCHAR(64) NOT NULL DEFAULT '' COMMENT '款式id',
box_sku_id VARCHAR(64) NOT NULL DEFAULT '' COMMENT '盲盒抽取的款式id',
code VARCHAR(64) NOT NULL DEFAULT '' COMMENT '兑换码',
state TINYINT UNSIGNED DEFAULT 1 comment '兑换码状态 1未兑换 2已兑换 3已失效',
redeem_uid VARCHAR(64) NOT NULL DEFAULT '' COMMENT '兑换用户id',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment