Commit 9ab4a865 by 庄冰

product

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