明树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
cb1a055a
Commit
cb1a055a
authored
Mar 23, 2026
by
zfp1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
7b4d2379
Pipeline
#108716
passed with stage
in 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
399 additions
and
2 deletions
+399
-2
rcCgqygl.js
db/model/jt/rcCgqygl.js
+399
-2
No files found.
db/model/jt/rcCgqygl.js
View file @
cb1a055a
...
...
@@ -10,7 +10,404 @@ const RcCgqygl = sequelize.define('RcCgqygl', {
autoIncrement
:
true
},
/* -------------20260323----------------- */
cggsmc
:
{
type
:
DataTypes
.
STRING
,
comment
:
"参股公司名称"
,
},
tyshxydm
:
{
type
:
DataTypes
.
STRING
,
comment
:
"统一信用代码"
,
},
jnw
:
{
type
:
DataTypes
.
STRING
(
10
),
allowNull
:
true
,
comment
:
"境内/外"
,
zjType
:
'danxuan'
,
_mark
:
"lixiang"
},
sjnzjjw
:
{
type
:
DataTypes
.
STRING
(
10
),
allowNull
:
true
,
comment
:
"省(境内)/洲际(境外)"
,
zjType
:
'danxuan'
,
_mark
:
"lixiang"
},
dsjngjjw
:
{
type
:
DataTypes
.
STRING
(
10
),
allowNull
:
true
,
comment
:
"地市(境内)/国家(境外)"
,
zjType
:
'danxuan'
,
_mark
:
"lixiang"
},
qxjngjjw
:
{
type
:
DataTypes
.
STRING
(
10
),
allowNull
:
true
,
comment
:
"区县(境内)/国家(境外)"
,
zjType
:
'danxuan'
,
_mark
:
"lixiang"
},
projectCode
:
{
type
:
DataTypes
.
STRING
,
allowNull
:
true
,
comment
:
"项目编号"
,
_mark
:
"lixiang"
},
sfjwqy
:
{
type
:
DataTypes
.
STRING
,
comment
:
"是否境外企业"
,
},
sbdw
:
{
type
:
DataTypes
.
STRING
,
comment
:
"申报单位"
,
},
ssejdw
:
{
type
:
DataTypes
.
STRING
,
comment
:
"所属二级单位"
,
},
tzztcj
:
{
type
:
DataTypes
.
STRING
,
comment
:
"投资主体层级"
,
},
tzztfrcj
:
{
type
:
DataTypes
.
STRING
,
comment
:
"投资主体法人层级"
,
},
xccgyy
:
{
type
:
DataTypes
.
STRING
,
comment
:
"形成参股原因"
,
},
qtcgyy
:
{
type
:
DataTypes
.
STRING
,
comment
:
"其他参股原因:"
,
},
cgfl
:
{
type
:
DataTypes
.
STRING
,
comment
:
"参股分类:"
,
},
xmzt
:
{
type
:
DataTypes
.
STRING
,
comment
:
"项目状态:"
,
},
sfjtzy
:
{
type
:
DataTypes
.
STRING
,
comment
:
"是否集团主业:"
,
},
sfszyglcy
:
{
type
:
DataTypes
.
STRING
,
comment
:
"是否属主业关联产业:"
,
},
sfsyzlxcyhzpyq
:
{
type
:
DataTypes
.
STRING
,
comment
:
"是否属于战略性持有或者培育期"
,
},
cwbblx
:
{
type
:
DataTypes
.
STRING
,
comment
:
"财务报表类型"
,
},
sshy
:
{
type
:
DataTypes
.
STRING
,
comment
:
"所属行业"
,
},
sswmyqy
:
{
type
:
DataTypes
.
STRING
,
comment
:
"是否为民营企业"
,
},
jcpfsj
:
{
type
:
DataTypes
.
DATE
,
// defaultValue: Date.now,
get
()
{
const
rawValue
=
this
.
getDataValue
(
'jcpfsj'
);
return
rawValue
?
moment
(
rawValue
).
format
(
'YYYY-MM-DD HH:mm:ss'
)
:
''
;
},
comment
:
"决策批复时间"
,
},
cgxcsj
:
{
type
:
DataTypes
.
DATE
,
// defaultValue: Date.now,
get
()
{
const
rawValue
=
this
.
getDataValue
(
'cgxcsj'
);
return
rawValue
?
moment
(
rawValue
).
format
(
'YYYY-MM-DD HH:mm:ss'
)
:
''
;
},
comment
:
"参股形成时间:"
,
},
sfssgs
:
{
type
:
DataTypes
.
STRING
,
comment
:
"是否上市公司:"
,
},
sfymqgf
:
{
type
:
DataTypes
.
STRING
,
comment
:
"是否有民企股份:"
,
},
sfjhtc
:
{
type
:
DataTypes
.
STRING
,
comment
:
"是否计划退出:"
,
},
jhtcnf
:
{
type
:
DataTypes
.
DATE
,
comment
:
"计划退出年份:"
,
get
()
{
const
rawValue
=
this
.
getDataValue
(
'jhtcnf'
);
return
rawValue
?
moment
(
rawValue
).
format
(
'YYYY'
)
:
''
;
},
},
sfwwtzgxm
:
{
type
:
DataTypes
.
STRING
,
comment
:
"是否为问题整改项目:"
,
},
sfzgwc
:
{
type
:
DataTypes
.
STRING
,
comment
:
"是否整改完成:"
,
},
fxje
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
8
),
allowNull
:
true
,
comment
:
"风险金额"
},
sfwfkzfbbqy
:
{
type
:
DataTypes
.
STRING
,
comment
:
"是否我方控制非并表企业:"
,
},
sfmqtdsjyy
:
{
type
:
DataTypes
.
STRING
,
comment
:
"是否民企团队实际运营:"
,
},
sfqk
:
{
type
:
DataTypes
.
STRING
,
comment
:
"是否潜亏:"
,
},
cgqcysy
:
{
type
:
DataTypes
.
STRING
,
comment
:
"参股权持有损益:"
,
},
zyyw
:
{
type
:
DataTypes
.
TEXT
,
comment
:
"主营业务::"
,
},
gmzbjed
:
{
type
:
DataTypes
.
JSON
,
comment
:
"规模指标及额度::"
,
},
pfwj
:
{
type
:
DataTypes
.
JSON
,
comment
:
"批复文件"
,
},
yyzz
:
{
type
:
DataTypes
.
JSON
,
comment
:
"营业执照"
,
},
hzxy
:
{
type
:
DataTypes
.
JSON
,
comment
:
"合作协议"
,
},
///填报信息
cggsglry
:
{
type
:
DataTypes
.
STRING
,
comment
:
"参股公司管理人员"
},
zcggsrzzw
:
{
type
:
DataTypes
.
STRING
,
comment
:
"在参股公司任职务"
},
dh
:
{
type
:
DataTypes
.
STRING
,
comment
:
"电话:"
},
xxtbr
:
{
type
:
DataTypes
.
STRING
,
comment
:
"信息填报人:"
},
dwjzw
:
{
type
:
DataTypes
.
STRING
,
comment
:
"单位及职务"
},
lxdh
:
{
type
:
DataTypes
.
STRING
,
comment
:
"联系电话:"
},
gxsbnd
:
{
type
:
DataTypes
.
DATE
,
comment
:
"更新上报年度:"
,
get
()
{
const
rawValue
=
this
.
getDataValue
(
'gxsbnd'
);
return
rawValue
?
moment
(
rawValue
).
format
(
'YYYY'
)
:
''
;
},
},
gxsbjd
:
{
type
:
DataTypes
.
STRING
,
comment
:
"更新上报季度::"
},
gxrq
:
{
type
:
DataTypes
.
DATE
,
comment
:
"*更新日期:"
,
get
()
{
const
rawValue
=
this
.
getDataValue
(
'jhjgsj'
);
return
rawValue
?
moment
(
rawValue
).
format
(
'YYYY-MM-DD'
)
:
''
;
},
},
//大股东信息
gd1
:
{
type
:
DataTypes
.
JSON
,
comment
:
"第一张股东表"
},
sfwsjkzr
:
{
type
:
DataTypes
.
STRING
,
comment
:
"是否无实际控制人"
},
gd2
:
{
type
:
DataTypes
.
JSON
,
comment
:
"第二张股东表"
},
sfpg
:
{
type
:
DataTypes
.
STRING
,
comment
:
"是否平股"
},
gd3
:
{
type
:
DataTypes
.
JSON
,
comment
:
"第三张股东表"
},
gygdhjgb
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
comment
:
"国有股东合计股比(%):"
},
njcghj
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
comment
:
"能建参股合计(%):"
},
tzxdrgbhj
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
comment
:
"一致行动人股比合计(%):"
},
yzxdrdwmc
:
{
type
:
DataTypes
.
STRING
,
comment
:
"一致行动人单位名称:"
},
//股东信息
gdxx
:
{
type
:
DataTypes
.
JSON
,
comment
:
"股东信息"
},
zc
:
{
type
:
DataTypes
.
TEXT
,
comment
:
"章程"
},
//出资信息
qygszczbj
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"企业工商注册资本金(万元)"
,
},
wfrjqygszczbj
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"我方认缴企业工商注册资本金(万元)"
,
},
gszczbjwfsjyczje
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"工商注册资本金我方实际已出资金额(万元)"
,
},
qygszczbjwfscczsj
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"企业工商注册资本金我方首次出资时间(万元)"
,
},
wfcgbl
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
comment
:
"我方参股比例"
,
},
njhjrjgszczbjbl
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
comment
:
"能建合计人缴工商注册资本金比例"
,
},
njhjrjgszczbj
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"能建合计认缴工商注册资本金(万元)"
,
},
njhjsjgszczbj
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"能建合计实缴工商注册资本金(万元)"
,
},
xmzbj
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"项目资本金(万元)"
,
},
wfrjxmzbjbl
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
comment
:
"我方认缴项目资本金比例"
,
},
wfrjxmzbj
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"我方认缴项目资本金(万元)"
,
},
wfsjxmzbj
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"我方实缴项目瓷本金(万元)"
,
},
xmzbjnjhjcgbl
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
comment
:
"项目资本金能建合计持股比例"
,
},
njhjrjxmzbj
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"能建合计认缴项目资本金(万元)"
,
},
njhjsjxmzbj
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"能建合计实缴项目资本金(万元)"
,
},
czwj
:
{
type
:
DataTypes
.
JSON
,
comment
:
"出资文件"
},
//财务经营信息
zxnfcwjyxx
:
{
type
:
DataTypes
.
JSON
,
comment
:
"最新年份财务经营信息"
},
zxnfcwjyxx2
:
{
type
:
DataTypes
.
JSON
,
comment
:
"最新年份财务经营信息2, 如果需要则用,不需要不管"
},
yqljqrfhje
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"**年以前累计确认分红金额(万元)"
,
},
yqljsdfhje
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"**年以前累计收到分红金额(万元)"
,
},
lnljqrfhje
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"历年累计确认分红金额(万元)"
,
},
lnljsdfhje
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"历年累计收到分红金额(万元)"
,
},
ljcgtzhbl
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"累计参股投资回报率%"
,
},
gsjtntzztgyqy
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"归属集团内投资主体国有权益(万元)"
,
},
ztcgtzbzzzl
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
comment
:
"总体参股投资保值增值率%"
,
},
sfnjszwcwsjhjyqk
:
{
type
:
DataTypes
.
STRING
,
comment
:
"是否能及时掌握财务数据和经营情况"
},
yqcg1ndyszkje
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"逾期超过1年的应收账款金额(万元)"
,
},
shyqcg1ndyszkje
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"收回逾期超过1年的应收账款金额(万元)"
,
},
sfm5nwfh
:
{
type
:
DataTypes
.
STRING
,
comment
:
"是否满5年未分红"
},
sflx5ncqks
:
{
type
:
DataTypes
.
STRING
,
comment
:
"是否连续5年长期亏损:"
},
sffcxjy
:
{
type
:
DataTypes
.
STRING
,
comment
:
"是否非持续经营:"
},
sfsydxwxzc
:
{
type
:
DataTypes
.
STRING
,
comment
:
"是否属于低效无效资产:"
},
ldys
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"拉动营收:"
,
},
ldlr
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"拉动利润;"
,
},
dqcysy
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"当期持有损益:"
,
},
cwbbwj
:
{
type
:
DataTypes
.
JSON
,
comment
:
"财务报表文件"
},
////
frzl
:
{
type
:
DataTypes
.
JSON
,
comment
:
"法人治理"
},
frzl2
:
{
type
:
DataTypes
.
JSON
,
comment
:
"法人治理2,不需要则不用"
},
qtxx
:
{
type
:
DataTypes
.
JSON
,
comment
:
"其他信息"
},
qtxx2
:
{
type
:
DataTypes
.
JSON
,
comment
:
"其他信息2,不需要则不用"
},
gqsftc
:
{
type
:
DataTypes
.
STRING
,
comment
:
"股权是否退出:"
},
gqtcshzj
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"当期持有损益:"
,
},
gqtcsj
:
{
type
:
DataTypes
.
DATE
,
comment
:
"股权退出收回资金(万元):"
,
get
()
{
const
rawValue
=
this
.
getDataValue
(
'gqtcsj'
);
return
rawValue
?
moment
(
rawValue
).
format
(
'YYYY-MM-DD'
)
:
''
;
},
},
gqtcshzjdzje
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"股权退出收回资金到账金额"
},
gqtcshzjdzsj
:
{
type
:
DataTypes
.
DATE
,
comment
:
"股权退出收回资金到账时间"
,
get
()
{
const
rawValue
=
this
.
getDataValue
(
'gqtcshzjdzsj'
);
return
rawValue
?
moment
(
rawValue
).
format
(
'YYYY-MM-DD'
)
:
''
;
},
},
gqtcyy
:
{
type
:
DataTypes
.
TEXT
,
comment
:
"股权退出原因"
},
tcwj
:
{
type
:
DataTypes
.
JSON
,
comment
:
"退出文件"
},
/* ------------------------------ */
...
...
@@ -146,7 +543,7 @@ const RcCgqygl = sequelize.define('RcCgqygl', {
type
:
DataTypes
.
INTEGER
,
defaultValue
:
0
,
comment
:
"0 正常 1 删除"
},
creator
:
{
},
creator
:
{
type
:
DataTypes
.
INTEGER
,
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