Commit 8e9cd4df by 宋毅

Merge branch 'center-app' of gitlab.gongsibao.com:jiangyong/zhichan into center-app

parents 306a674e 9ab4a865
...@@ -9,6 +9,8 @@ module.exports = (db, DataTypes) => { ...@@ -9,6 +9,8 @@ module.exports = (db, DataTypes) => {
item_code: DataTypes.STRING(100), //产品编码 item_code: DataTypes.STRING(100), //产品编码
item_name: DataTypes.STRING(100), //产品名称 item_name: DataTypes.STRING(100), //产品名称
pic_url: DataTypes.STRING(500), //产品图片地址 pic_url: DataTypes.STRING(500), //产品图片地址
icon_url: DataTypes.STRING(500), //产品icon图片地址
desc_url: DataTypes.STRING(500), //产品详情图片地址
product_desc: DataTypes.STRING(1024), //简介 product_desc: DataTypes.STRING(1024), //简介
channel_item_code: DataTypes.STRING(100), //渠道产品编码 channel_item_code: DataTypes.STRING(100), //渠道产品编码
channel_item_name: DataTypes.STRING(100), //渠道产品名称 channel_item_name: DataTypes.STRING(100), //渠道产品名称
......
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