Commit 382e2b14 by Sxy

fix: 社会统一信用代码

parent 41be9a5b
...@@ -38,6 +38,10 @@ module.exports = (db, DataTypes) => { ...@@ -38,6 +38,10 @@ module.exports = (db, DataTypes) => {
allowNull: true, allowNull: true,
type: DataTypes.STRING type: DataTypes.STRING
}, },
v_creditCode: { //社会统一信用代码
allowNull: true,
type: DataTypes.STRING
},
demand_code: {// 商机编号 demand_code: {// 商机编号
allowNull: true, allowNull: true,
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