Commit 1c0767de by chenjinjing

no message

parent f0bd2819
...@@ -19,7 +19,7 @@ export const TablesConfig = [ ...@@ -19,7 +19,7 @@ export const TablesConfig = [
incubateTime: {type:Sequelize.STRING(255)}, //孵化器认定时间 incubateTime: {type:Sequelize.STRING(255)}, //孵化器认定时间
incubateField: {type:Sequelize.STRING(255)}, //孵化领域 incubateField: {type:Sequelize.STRING(255)}, //孵化领域
natureInstitution: {type:Sequelize.STRING(255)}, //机构性质 natureInstitution: {type:Sequelize.STRING(255)}, //机构性质
fundedReserve: {type:Sequelize.INTEGER}, //是否成立投资基金 0:否,1:是 fundedReserve: {type:Sequelize.STRING(255)}, //是否成立投资基金 0:否,1:是
contacts: {type:Sequelize.STRING(255)}, //联系人 contacts: {type:Sequelize.STRING(255)}, //联系人
personCharge: {type:Sequelize.STRING(255)}, //负责人 personCharge: {type:Sequelize.STRING(255)}, //负责人
phone: {type:Sequelize.STRING(255)}, //手机号码 phone: {type:Sequelize.STRING(255)}, //手机号码
......
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