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
2941f67c
Commit
2941f67c
authored
5 years ago
by
余海军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
7a28e506
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
162 additions
and
158 deletions
+162
-158
another-order.json
common/models/another-order.json
+12
-12
another-revenue.json
common/models/another-revenue.json
+12
-12
RuiPengLoopbackApi.yaml
definitions/RuiPengLoopbackApi.yaml
+136
-132
model-config.json
server/model-config.json
+2
-2
No files found.
common/models/another-order.json
View file @
2941f67c
...
...
@@ -55,19 +55,19 @@
"nullable"
:
"Y"
}
},
"
value2
"
:
{
"type"
:
"
Number
"
,
"required"
:
fals
e
,
"length"
:
null
,
"precision"
:
32
,
"scale"
:
0
,
"
type
"
:
{
"type"
:
"
String
"
,
"required"
:
tru
e
,
"length"
:
1
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"
value2
"
,
"dataType"
:
"
decimal
"
,
"dataLength"
:
null
,
"dataPrecision"
:
32
,
"dataScale"
:
0
,
"nullable"
:
"
Y
"
"columnName"
:
"
type
"
,
"dataType"
:
"
varchar
"
,
"dataLength"
:
1
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"
N
"
}
}
},
...
...
This diff is collapsed.
Click to expand it.
common/models/another-revenue.json
View file @
2941f67c
...
...
@@ -55,19 +55,19 @@
"nullable"
:
"Y"
}
},
"
value2
"
:
{
"type"
:
"
Number
"
,
"required"
:
fals
e
,
"length"
:
null
,
"precision"
:
32
,
"scale"
:
0
,
"
type
"
:
{
"type"
:
"
String
"
,
"required"
:
tru
e
,
"length"
:
2
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"
value2
"
,
"dataType"
:
"
decimal
"
,
"dataLength"
:
null
,
"dataPrecision"
:
32
,
"dataScale"
:
0
,
"nullable"
:
"
Y
"
"columnName"
:
"
type
"
,
"dataType"
:
"
varchar
"
,
"dataLength"
:
2
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"
N
"
}
}
},
...
...
This diff is collapsed.
Click to expand it.
definitions/RuiPengLoopbackApi.yaml
View file @
2941f67c
This diff is collapsed.
Click to expand it.
server/model-config.json
View file @
2941f67c
...
...
@@ -685,11 +685,11 @@
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"Another
Order
"
:
{
"Another
Revenue
"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"Another
Revenue
"
:
{
"Another
Order
"
:
{
"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