Commit e8b23b87 by 蒋勇

emit field

parent f06ddbda
...@@ -62,7 +62,7 @@ module.exports = (db, DataTypes) => { ...@@ -62,7 +62,7 @@ module.exports = (db, DataTypes) => {
mail_zip_url: DataTypes.STRING, //邮寄文件链接  mail_zip_url: DataTypes.STRING, //邮寄文件链接 
logistics: DataTypes.STRING, //邮寄单编号 logistics: DataTypes.STRING, //邮寄单编号
communicationLog: DataTypes.TEXT //沟通记录 //communicationLog: DataTypes.TEXT //沟通记录
}, { }, {
paranoid: true,//假的删除 paranoid: true,//假的删除
underscored: true, underscored: 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