明树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
92a3120b
Commit
92a3120b
authored
May 16, 2026
by
zfp1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
eb30e1dd
Pipeline
#111440
passed with stage
in 4 seconds
Changes
2
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
5 deletions
+21
-5
project.js
db/model/jt/project.js
+21
-5
代码检查报告.md
代码检查报告.md
+0
-0
No files found.
db/model/jt/project.js
View file @
92a3120b
...
...
@@ -222,6 +222,22 @@ const Project = sequelize.define('Project', {
// sfgjldjq: { type: DataTypes.INTEGER, allowNull: true, comment: "是否国家领导见签" },
// sfjntbjgl: { type: DataTypes.INTEGER, allowNull: true, comment: "是否境内特别监管类" },
// sfydylyxgj: { type: DataTypes.INTEGER, allowNull: true, comment: "是否一带一路沿线国家" },
sfythzxm
:
{
type
:
DataTypes
.
STRING
(
10
),
allowNull
:
true
,
comment
:
"是否一体化子项目"
,
_mark
:
'juece'
,
zjType
:
'danxuan'
,
zjKey
:
'sf'
},
//1是 2否
sflrgzwfmqd
:
{
type
:
DataTypes
.
STRING
(
10
),
allowNull
:
true
,
comment
:
"是否列入国资委负面清单"
,
_mark
:
'juece'
,
zjType
:
'danxuan'
,
zjKey
:
'sf'
},
//1是 2否
bjfl
:
{
type
:
DataTypes
.
STRING
(
10
),
allowNull
:
true
,
comment
:
"2+9布局分类"
,
_mark
:
'juece'
,
zjType
:
'danxuan'
},
//1是 2否
"jcpfshcs"
:
{
"name"
:
"决策批复审核处室"
,
"type"
:
DataTypes
.
STRING
,
},
jcpfwj
:
{
type
:
DataTypes
.
JSON
,
comment
:
"决策批复文件"
,
},
tpbgjcsb
:
{
type
:
DataTypes
.
JSON
,
comment
:
"投评报告及测算表"
,
},
//建设规模(实物量指标)---立项表格
gsgllc
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
8
),
allowNull
:
true
,
comment
:
"高速公路里程"
,
_mark
:
'juece'
},
qtsfgllc
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
8
),
allowNull
:
true
,
comment
:
"其他收费公路里程"
,
_mark
:
'juece'
},
...
...
@@ -500,11 +516,11 @@ const Project = sequelize.define('Project', {
},
"kybzdw"
:
{
"name"
:
"可研编制单位"
,
"type"
:
DataTypes
.
STRING
,
"type"
:
DataTypes
.
STRING
(
50
)
,
},
"kypsdw"
:
{
"name"
:
"可研评审单位"
,
"type"
:
DataTypes
.
STRING
,
"type"
:
DataTypes
.
STRING
(
50
)
,
},
"qtzcwnbsyl"
:
{
"name"
:
"经济可行性-全投资财务内部收益率(税前)"
,
...
...
@@ -516,15 +532,15 @@ const Project = sequelize.define('Project', {
},
"jxjlhznf"
:
{
"name"
:
"经济可行性-净现金流回正年份"
,
"type"
:
DataTypes
.
STRING
,
"type"
:
DataTypes
.
STRING
(
20
)
,
},
"jlrhznf"
:
{
"name"
:
"经济可行性-净利润回正年份"
,
"type"
:
DataTypes
.
STRING
,
"type"
:
DataTypes
.
STRING
(
20
)
,
},
"kfplrhznf"
:
{
"name"
:
"经济可行性-可分配利润回正年份"
,
"type"
:
DataTypes
.
STRING
,
"type"
:
DataTypes
.
STRING
(
20
)
,
},
"cwjxz"
:
{
"name"
:
"经济可行性-财务净现值(税前)"
,
...
...
代码检查报告.md
0 → 100644
View file @
92a3120b
This diff is collapsed.
Click to expand it.
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