2020学而思笔记小初课程百度云网盘分享下载

08【2020-秋】初二语文阅读写作直播班(石雪峰)
-
08【2020-秋】初二数学直播菁英班全国人教(朱韬)
-
07【2020-秋】初一语文阅读写作直播班(杨林)
-
07【2020-秋】初一数学直播目标班全国版(朱韬)
-
06【2020-秋】六年级数学目标A+班(张新刚)
-
06【2020-秋】六年级大语文直播班(达吾力江)
-
05【2020-秋】五年级数学目标S班(史乐)
-
05【2020-秋】五年级大语文直播班(达吾力江)
-
04【2020-秋】四年级数学目标S班(史乐)
-
04【2020-秋】四年级大语文直播班(杨惠涵)
-
03【2020-秋】三年级数学目标S班(史乐)
-
03【2020-秋】三年级大语文直播班(杨惠涵)
-
02【2020-秋】二年级数学目标S班(王金宝)
保存下载-
02【2020-秋】二年级大语文直播班(关娟)
-
01【2020-秋】一年级数学目标S班(赵晶)
-
01【2020-秋】一年级大语文直播班(檀梦茜)
-
00【2020-秋】中班语文思维直播课(关娟)
-
00【2020-秋】中班数学思维直播课(刘旭英)
-
00【2020-秋】大班语文思维直播课(杨洋)
-
00【2020-秋】大班数学思维目标S班(杨彬)

链接:https://pan.baidu.com/s/1ARsXWgZadjs7pf1gcQcuGg 提取码:8kqa 

  • 2
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 6
    评论
gulimall_pms 商品 drop table if exists pms_attr; drop table if exists pms_attr_attrgroup_relation; drop table if exists pms_attr_group; drop table if exists pms_brand; drop table if exists pms_category; drop table if exists pms_category_brand_relation; drop table if exists pms_comment_replay; drop table if exists pms_product_attr_value; drop table if exists pms_sku_images; drop table if exists pms_sku_info; drop table if exists pms_sku_sale_attr_value; drop table if exists pms_spu_comment; drop table if exists pms_spu_images; drop table if exists pms_spu_info; drop table if exists pms_spu_info_desc; /*==============================================================*/ /* Table: pms_attr */ /*==============================================================*/ create table pms_attr ( attr_id bigint not null auto_increment comment '属性id', attr_name char(30) comment '属性名', search_type tinyint comment '是否需要检索[0-不需要,1-需要]', icon varchar(255) comment '属性图标', value_select char(255) comment '可选值列表[用逗号分隔]', attr_type tinyint comment '属性类型[0-销售属性,1-基本属性,2-既是销售属性又是基本属性]', enable bigint comment '启用状态[0 - 禁用,1 - 启用]', catelog_id bigint comment '所属分类', show_desc tinyint comment '快速展示【是否展示在介绍上;0-否 1-是】,在sku中仍然可以调整', primary key (attr_id) ); alter table pms_attr comment '商品属性'; /*==============================================================*/ /* Table: pms_attr_attrgroup_relation */ /*==============================================================*/ create table pms_attr_attrgroup_relation ( id bigint not null auto_increment comment 'id', attr_id bigint comment '属性id', attr_group_id bigint comment '属性分组id', attr_sort int comment '属性组内排序', primary key (id) ); alter table pms_attr_attrgroup_relation comment '属性&

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 6
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值