Commit dcce743d by 宋毅

tj

parent 22235441
...@@ -15,6 +15,7 @@ module.exports = (db, DataTypes) => { ...@@ -15,6 +15,7 @@ module.exports = (db, DataTypes) => {
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), //渠道产品名称
service_item_code: DataTypes.STRING(100), //服务商产品编码
is_enabled: { //状态 0禁用 1启用 is_enabled: { //状态 0禁用 1启用
type: DataTypes.BOOLEAN, type: DataTypes.BOOLEAN,
defaultValue: true, defaultValue: true,
......
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