明树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
df7cd9f0
Commit
df7cd9f0
authored
Dec 10, 2025
by
zfp1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updae
parent
41621b09
Pipeline
#104440
passed with stage
in 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
project.js
db/model/jt/project.js
+2
-2
No files found.
db/model/jt/project.js
View file @
df7cd9f0
...
@@ -196,8 +196,8 @@ const Project = sequelize.define('Project', {
...
@@ -196,8 +196,8 @@ const Project = sequelize.define('Project', {
spje
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
8
),
allowNull
:
true
,
comment
:
"审批金额(万元)"
,
_mark
:
'juece'
,
},
spje
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
8
),
allowNull
:
true
,
comment
:
"审批金额(万元)"
,
_mark
:
'juece'
,
},
spsj
:
{
type
:
DataTypes
.
DATE
,
allowNull
:
true
,
comment
:
"审批时间"
,
_mark
:
'juece'
,
},
spsj
:
{
type
:
DataTypes
.
DATE
,
allowNull
:
true
,
comment
:
"审批时间"
,
_mark
:
'juece'
,
},
//股东信息 ---立项表格 --TODO:需要按照股东类型计算合计,再计算总合计
//股东信息 ---立项表格 --TODO:需要按照股东类型计算合计,再计算总合计
wfczrjcgbl
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
allowNull
:
true
,
comment
:
"我方出资人及持股比例"
,
_mark
:
'juece'
,
},
wfczrjcgbl
:
{
type
:
DataTypes
.
STRING
(
500
),
allowNull
:
true
,
comment
:
"我方出资人及持股比例"
,
_mark
:
'juece'
,
},
sjnjfsgdw
:
{
type
:
DataTypes
.
STRING
,
allowNull
:
true
,
comment
:
"涉及能建方施工单位"
,
_mark
:
'juece'
,
},
sjnjfsgdw
:
{
type
:
DataTypes
.
STRING
(
500
)
,
allowNull
:
true
,
comment
:
"涉及能建方施工单位"
,
_mark
:
'juece'
,
},
// 我方担保及股权融资情况
// 我方担保及股权融资情况
wffzdgqrzjewy
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
8
),
allowNull
:
true
,
comment
:
"我方负责的股权融资金额(万元)"
,
_mark
:
'juece'
,
},
wffzdgqrzjewy
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
8
),
allowNull
:
true
,
comment
:
"我方负责的股权融资金额(万元)"
,
_mark
:
'juece'
,
},
rzcbgq
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
8
),
allowNull
:
true
,
comment
:
"融资成本股权"
,
_mark
:
'juece'
,
},
rzcbgq
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
8
),
allowNull
:
true
,
comment
:
"融资成本股权"
,
_mark
:
'juece'
,
},
...
...
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