明树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
12fc6be4
Commit
12fc6be4
authored
Jan 30, 2026
by
zfp1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
76caf0c3
Pipeline
#106762
passed with stage
in 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
project.js
db/model/jt/project.js
+2
-1
rcTzjh.js
db/model/jt/rcTzjh.js
+2
-1
No files found.
db/model/jt/project.js
View file @
12fc6be4
...
...
@@ -25,10 +25,11 @@ const Project = sequelize.define('Project', {
},
projectLzType
:
{
type
:
DataTypes
.
STRING
,
comment
:
"项目流转状态:
状态1 - 待立项 状态 3 -- 立项审批中 5 已立项 7 -- 决策审批中
"
,
comment
:
"项目流转状态:
1待立项 3立项审批中 5 已立项 7决策填报中 8 决策审批中 9 已决策 ( 待定 11 再决策填报中 12 再决策审批中 13 再决策审批通过 15再决策审批不通过)
"
,
},
xmjd
:
{
type
:
DataTypes
.
STRING
,
comment
:
"项目阶段"
},
del
:
{
type
:
DataTypes
.
INTEGER
,
...
...
db/model/jt/rcTzjh.js
View file @
12fc6be4
...
...
@@ -19,11 +19,12 @@ const RcTzjh = sequelize.define('RcTzjh', {
xmjgsjyj
:
{
type
:
DataTypes
.
DATE
,
allowNull
:
true
,
comment
:
"项目交工时间(预计) 项目预计完成时间"
,
_mark
:
"lixiang"
},
xmjd
:
{
type
:
DataTypes
.
STRING
,
comment
:
"项目阶段"
},
yynxn
:
{
type
:
DataTypes
.
INTEGER
,
allowNull
:
true
,
comment
:
"运营年限(年)"
,
_mark
:
"lixiang"
},
projectLzType
:
{
type
:
DataTypes
.
STRING
,
comment
:
"项目流转状态:
状态1 - 待立项 状态 3 -- 立项审批中 5 已立项 7 -- 决策审批中
"
,
comment
:
"项目流转状态:
1待立项 3立项审批中 5 已立项 7决策填报中 8 决策审批中 9 已决策 ( 待定 11 再决策填报中 12 再决策审批中 13 再决策审批通过 15再决策审批不通过)
"
,
},
xmjsqy
:
{
type
:
DataTypes
.
INTEGER
,
allowNull
:
true
,
comment
:
"项目建设期(月)"
,
_mark
:
"lixiang"
},
...
...
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