Commit 4c9c0073 by 宋毅

tj

parent cb39f843
...@@ -182,9 +182,9 @@ module.exports = (db, DataTypes) => { ...@@ -182,9 +182,9 @@ module.exports = (db, DataTypes) => {
type: DataTypes.ENUM, type: DataTypes.ENUM,
allowNull: false, allowNull: false,
values: Object.keys(uiconfig.config.pdict.productCata), values: Object.keys(uiconfig.config.pdict.productCata),
defaultValue: "ip", defaultValue: "ip",
orderAppendinfo:DataTypes.STRING(4000),//订单附加信息
}, },
orderAppendinfo:DataTypes.STRING(4000),//订单附加信息
}, base), { }, base), {
paranoid: true,//假的删除 paranoid: 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