Commit 61952396 by chenjinjing

no message

parent b85e65a4
......@@ -776,6 +776,7 @@ export const TablesConfig = [
unique:true //表示该列的值必须唯一
},
enterpriseName: {type:Sequelize.STRING(255), allowNull:false}, //企业名称
pinyinName: {type:Sequelize.STRING(255)}, //企业名称拼音首字母
uscc: {type:Sequelize.STRING(18), allowNull:false}, //统一信用代码
zhuCeHao:{type:Sequelize.STRING(100)},//注册号
zuZhiJiGouDaiMa: {type:Sequelize.STRING(18)}, //组织机构代码
......
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