Commit f98437a9 by 庄冰

product

parent 53fc5d9f
...@@ -24,12 +24,21 @@ module.exports = (db, DataTypes) => { ...@@ -24,12 +24,21 @@ module.exports = (db, DataTypes) => {
product_type_id: { product_type_id: {
type: DataTypes.INTEGER type: DataTypes.INTEGER
}, },
p_product_type_code: {
type: DataTypes.STRING
},
p_product_type_id: {
type: DataTypes.INTEGER
},
sales_volume: { sales_volume: {
type: DataTypes.INTEGER type: DataTypes.INTEGER
}, },
product_type_name: { product_type_name: {
type: DataTypes.STRING type: DataTypes.STRING
}, },
p_product_type_name: {
type: DataTypes.STRING
},
selling_point: { selling_point: {
type: DataTypes.STRING type: DataTypes.STRING
}, },
......
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