明树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
e9f590c9
Commit
e9f590c9
authored
Jan 19, 2026
by
zfp1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
8ea4a304
Pipeline
#106325
passed with stage
in 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
11 deletions
+3
-11
project.js
db/model/jt/project.js
+3
-3
rcCgqygl.js
db/model/jt/rcCgqygl.js
+0
-8
No files found.
db/model/jt/project.js
View file @
e9f590c9
...
...
@@ -27,6 +27,9 @@ const Project = sequelize.define('Project', {
type
:
DataTypes
.
INTEGER
,
comment
:
"项目流转状态: 状态1 - 待立项 状态 3 -- 立项审批中 5 已立项 7 -- 决策审批中"
,
},
xmjd
:
{
type
:
DataTypes
.
STRING
,
},
del
:
{
type
:
DataTypes
.
INTEGER
,
defaultValue
:
0
,
...
...
@@ -36,9 +39,6 @@ const Project = sequelize.define('Project', {
/**
* 立项字段
*/
/**
* 立项字段
*/
//项目基本信息
projectName
:
{
type
:
DataTypes
.
STRING
,
allowNull
:
true
,
comment
:
"项目名称"
,
_mark
:
"lixiang"
},
projectCode
:
{
type
:
DataTypes
.
STRING
,
allowNull
:
true
,
comment
:
"项目编号"
,
_mark
:
"lixiang"
},
...
...
db/model/jt/rcCgqygl.js
View file @
e9f590c9
...
...
@@ -34,14 +34,6 @@ const RcCgqygl = sequelize.define('RcCgqygl', {
type
:
DataTypes
.
STRING
,
comment
:
"股权结构"
},
// dcqk: {
// type: DataTypes.STRING,
// comment: "代持情况"
// },
// sjcgbl: {
// type: DataTypes.DECIMAL(5, 2),
// comment: "实际持股比例"
// },
xmzbjze
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
8
),
...
...
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