zqm_p_booth_goods
- 展位商品表
字段 | 类型 | 允许空 | 默认 | 注释 |
---|---|---|---|---|
booth_goods_id | int(10) unsigned | NO | NULL | 套餐商品id |
store_id | int(10) unsigned | NO | NULL | 店铺id |
goods_id | int(10) unsigned | NO | NULL | 商品id |
gc_id | int(10) unsigned | NO | NULL | 商品分类id |
booth_state | tinyint(3) unsigned | NO | 1 | 套餐状态 1开启 0关闭 默认1 |