Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RuiPengLoopbackApi
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
JIRA
JIRA
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
黄卓然
RuiPengLoopbackApi
Commits
d5322613
Commit
d5322613
authored
5 years ago
by
余海军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
5bca8f77
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2949 additions
and
428 deletions
+2949
-428
dashboard-statistics-propaganda.json
common/models/dashboard-statistics-propaganda.json
+84
-9
RuiPengLoopbackApi.yaml
definitions/RuiPengLoopbackApi.yaml
+2861
-415
model-config.json
server/model-config.json
+4
-4
No files found.
common/models/dashboard-statistics-propaganda.json
View file @
d5322613
...
...
@@ -29,13 +29,13 @@
"name"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
50
,
"length"
:
65535
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"
varchar
"
,
"dataLength"
:
50
,
"dataType"
:
"
text
"
,
"dataLength"
:
65535
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
...
...
@@ -44,13 +44,13 @@
"title"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
50
,
"length"
:
65535
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"title"
,
"dataType"
:
"
varchar
"
,
"dataLength"
:
50
,
"dataType"
:
"
text
"
,
"dataLength"
:
65535
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
...
...
@@ -59,13 +59,13 @@
"post"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
25
5
,
"length"
:
6553
5
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"post"
,
"dataType"
:
"
varchar
"
,
"dataLength"
:
25
5
,
"dataType"
:
"
text
"
,
"dataLength"
:
6553
5
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
...
...
@@ -100,6 +100,81 @@
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"type"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
3
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"type"
,
"dataType"
:
"tinyint"
,
"dataLength"
:
null
,
"dataPrecision"
:
3
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"imgCepingTouxiang"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
500
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"img_ceping_touxiang"
,
"dataType"
:
"varchar"
,
"dataLength"
:
500
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"imgCepingTuoyuan"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
500
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"img_ceping_tuoyuan"
,
"dataType"
:
"varchar"
,
"dataLength"
:
500
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"school"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
255
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"school"
,
"dataType"
:
"varchar"
,
"dataLength"
:
255
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"imgCepingBanshen"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
500
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"img_ceping_banshen"
,
"dataType"
:
"varchar"
,
"dataLength"
:
500
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
...
...
This diff is collapsed.
Click to expand it.
definitions/RuiPengLoopbackApi.yaml
View file @
d5322613
This source diff could not be displayed because it is too large. You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
server/model-config.json
View file @
d5322613
...
...
@@ -41,10 +41,6 @@
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"DashboardStatisticsPropaganda"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"DashboardStatisticsCount"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
...
...
@@ -720,5 +716,9 @@
"AnotherKuanghuan2"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"DashboardStatisticsPropaganda"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
}
}
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