Commit 549b7cae by chenjinjing

no message

parent 823aaab8
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -26,7 +26,7 @@ export const TablesConfig = [
synopsis: {type:Sequelize.STRING(255)}, //简介
totalArea: {type:Sequelize.STRING(255)}, //总面积
zaifuArea: {type:Sequelize.STRING(255)}, //在孵面积
rentRate: {type:Sequelize.STRING(255)},//后台填报-出租率
// rentRate: {type:Sequelize.STRING(255)},//后台填报-出租率
ziyonArea: {type:Sequelize.STRING(255)}, //自用面积
parkArea: {type:Sequelize.STRING(255)},//新增园区面积
enterpriseNum: {type:Sequelize.INTEGER},//新增企业数量
......@@ -915,7 +915,7 @@ export const TablesConfig = [
{type: "hasMany", check: "enterprise_qualification", foreignKey:"eId"},
{type: "hasMany", check: "enterprise_canbao", foreignKey:"eId"},
{type: "hasMany", check: "enterprise_team", foreignKey:"eId"},
{type: "hasMany", check: "enterprise_ipr", foreignKey:"eId"},
// {type: "hasMany", check: "enterprise_ipr", foreignKey:"eId"},
{type: "hasMany", check: "enterprise_legal_person", foreignKey:"eId"},
{type: "hasMany", check: "enterprise_patent", foreignKey:"eId"},
{type: "hasMany", check: "enterprise_service", foreignKey:"eId"},
......
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