明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_backend
Project
Project
Details
Activity
Releases
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
zengfanpei
jt_backend
Commits
25f8c18f
Commit
25f8c18f
authored
Jan 12, 2026
by
zfp1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
84b48c72
Pipeline
#105992
passed with stage
in 3 seconds
Changes
6
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
44 additions
and
44 deletions
+44
-44
project.js
db/model/jt/project.js
+38
-38
projectBjtj.js
db/model/jt/projectBjtj.js
+1
-1
projectGdxx.js
db/model/jt/projectGdxx.js
+1
-1
projectJczt.js
db/model/jt/projectJczt.js
+1
-1
projectSpyjjc.js
db/model/jt/projectSpyjjc.js
+2
-2
projectTzzt.js
db/model/jt/projectTzzt.js
+1
-1
No files found.
db/model/jt/project.js
View file @
25f8c18f
This diff is collapsed.
Click to expand it.
db/model/jt/projectBjtj.js
View file @
25f8c18f
...
...
@@ -10,7 +10,7 @@ const projectBjtj = sequelize.define('projectBjtj', {
autoIncrement
:
true
},
type
:
{
type
:
DataTypes
.
INTEGER
,
type
:
DataTypes
.
STRING
,
comment
:
"业务类型"
},
dwgczjSz
:
{
...
...
db/model/jt/projectGdxx.js
View file @
25f8c18f
...
...
@@ -9,7 +9,7 @@ const ProjectGdxx = sequelize.define('ProjectGdxx', {
autoIncrement
:
true
},
gdlx
:
{
type
:
DataTypes
.
INTEGER
,
type
:
DataTypes
.
STRING
,
comment
:
"股东类型"
},
gdmc
:
{
...
...
db/model/jt/projectJczt.js
View file @
25f8c18f
...
...
@@ -10,7 +10,7 @@ const ProjectJczt = sequelize.define('ProjectJczt', {
primaryKey
:
true
,
autoIncrement
:
true
},
hylx
:
{
type
:
DataTypes
.
INTEGER
,
allowNull
:
true
,
comment
:
"会议类型"
},
hylx
:
{
type
:
DataTypes
.
STRING
,
allowNull
:
true
,
comment
:
"会议类型"
},
hymc
:
{
type
:
DataTypes
.
STRING
,
allowNull
:
true
,
comment
:
"会议名称"
},
jcsj
:
{
type
:
DataTypes
.
DATE
,
allowNull
:
true
,
comment
:
"决策时间"
},
jcjl
:
{
type
:
DataTypes
.
STRING
,
allowNull
:
true
,
comment
:
"决策结论"
},
...
...
db/model/jt/projectSpyjjc.js
View file @
25f8c18f
...
...
@@ -10,8 +10,8 @@ const ProjectSpyjjc = sequelize.define('ProjectSpyjjc', {
autoIncrement
:
true
},
lx
:
{
type
:
DataTypes
.
INTEGER
,
comment
:
"
指标名称
"
type
:
DataTypes
.
STRING
,
comment
:
"
类型
"
},
pfyj
:
{
type
:
DataTypes
.
TEXT
,
...
...
db/model/jt/projectTzzt.js
View file @
25f8c18f
...
...
@@ -10,7 +10,7 @@ const ProjectTzzt = sequelize.define('ProjectTzzt', {
primaryKey
:
true
,
autoIncrement
:
true
},
hylx
:
{
type
:
DataTypes
.
INTEGER
,
allowNull
:
true
,
comment
:
"会议类型"
},
hylx
:
{
type
:
DataTypes
.
STRING
,
allowNull
:
true
,
comment
:
"会议类型"
},
hymc
:
{
type
:
DataTypes
.
STRING
,
allowNull
:
true
,
comment
:
"会议名称"
},
shsj
:
{
type
:
DataTypes
.
DATE
,
allowNull
:
true
,
comment
:
"审核时间"
},
jl
:
{
type
:
DataTypes
.
STRING
,
allowNull
:
true
,
comment
:
"结论"
},
...
...
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