Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yuyiDataServer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
node_server
yuyiDataServer
Commits
549b7cae
Commit
549b7cae
authored
May 26, 2025
by
chenjinjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
823aaab8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
package-lock.json
package-lock.json
+0
-0
mysqlTableConfig.ts
src/config/mysqlTableConfig.ts
+2
-2
No files found.
package-lock.json
View file @
549b7cae
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/config/mysqlTableConfig.ts
View file @
549b7cae
...
...
@@ -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"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment