明树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
04ebfca6
Commit
04ebfca6
authored
Dec 10, 2025
by
zfp1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
4c660176
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
projectBjtj.js
db/model/jt/projectBjtj.js
+1
-1
projectGdxx.js
db/model/jt/projectGdxx.js
+8
-0
No files found.
db/model/jt/projectBjtj.js
View file @
04ebfca6
...
@@ -10,7 +10,7 @@ const projectBjtj = sequelize.define('projectBjtj', {
...
@@ -10,7 +10,7 @@ const projectBjtj = sequelize.define('projectBjtj', {
autoIncrement
:
true
autoIncrement
:
true
},
},
type
:
{
type
:
{
type
:
DataTypes
.
STRING
,
type
:
DataTypes
.
INTEGER
,
comment
:
"业务类型"
comment
:
"业务类型"
},
},
dwgczjSz
:
{
dwgczjSz
:
{
...
...
db/model/jt/projectGdxx.js
View file @
04ebfca6
...
@@ -20,6 +20,14 @@ const ProjectGdxx = sequelize.define('ProjectGdxx', {
...
@@ -20,6 +20,14 @@ const ProjectGdxx = sequelize.define('ProjectGdxx', {
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
comment
:
"持股比例(%)"
comment
:
"持股比例(%)"
},
},
mycgbl
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
comment
:
"名义持股比例(%)"
},
lrfpbl
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
comment
:
"利润分配比例"
},
cze
:
{
cze
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
2
),
type
:
DataTypes
.
DECIMAL
(
19
,
2
),
comment
:
"出资额(万元)"
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