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
af46a32e
Commit
af46a32e
authored
5 years ago
by
余海军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
2941f67c
master
No related merge requests found
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2882 additions
and
2886 deletions
+2882
-2886
another-order.json
common/models/another-order.json
+12
-12
another-revenue.json
common/models/another-revenue.json
+12
-12
bill-category.json
common/models/bill-category.json
+6
-6
bill-shop.json
common/models/bill-shop.json
+2
-2
RuiPengLoopbackApi.yaml
definitions/RuiPengLoopbackApi.yaml
+2841
-2845
model-config.json
server/model-config.json
+9
-9
No files found.
common/models/another-order.json
View file @
af46a32e
...
@@ -55,19 +55,19 @@
...
@@ -55,19 +55,19 @@
"nullable"
:
"Y"
"nullable"
:
"Y"
}
}
},
},
"
type
"
:
{
"
value2
"
:
{
"type"
:
"
String
"
,
"type"
:
"
Number
"
,
"required"
:
tru
e
,
"required"
:
fals
e
,
"length"
:
1
,
"length"
:
null
,
"precision"
:
null
,
"precision"
:
32
,
"scale"
:
null
,
"scale"
:
0
,
"mysql"
:
{
"mysql"
:
{
"columnName"
:
"
type
"
,
"columnName"
:
"
value2
"
,
"dataType"
:
"
varchar
"
,
"dataType"
:
"
decimal
"
,
"dataLength"
:
1
,
"dataLength"
:
null
,
"dataPrecision"
:
null
,
"dataPrecision"
:
32
,
"dataScale"
:
null
,
"dataScale"
:
0
,
"nullable"
:
"
N
"
"nullable"
:
"
Y
"
}
}
}
}
},
},
...
...
This diff is collapsed.
Click to expand it.
common/models/another-revenue.json
View file @
af46a32e
...
@@ -55,19 +55,19 @@
...
@@ -55,19 +55,19 @@
"nullable"
:
"Y"
"nullable"
:
"Y"
}
}
},
},
"
type
"
:
{
"
value2
"
:
{
"type"
:
"
String
"
,
"type"
:
"
Number
"
,
"required"
:
tru
e
,
"required"
:
fals
e
,
"length"
:
2
,
"length"
:
null
,
"precision"
:
null
,
"precision"
:
32
,
"scale"
:
null
,
"scale"
:
0
,
"mysql"
:
{
"mysql"
:
{
"columnName"
:
"
type
"
,
"columnName"
:
"
value2
"
,
"dataType"
:
"
varchar
"
,
"dataType"
:
"
decimal
"
,
"dataLength"
:
2
,
"dataLength"
:
null
,
"dataPrecision"
:
null
,
"dataPrecision"
:
32
,
"dataScale"
:
null
,
"dataScale"
:
0
,
"nullable"
:
"
N
"
"nullable"
:
"
Y
"
}
}
}
}
},
},
...
...
This diff is collapsed.
Click to expand it.
common/models/bill-category.json
View file @
af46a32e
...
@@ -44,13 +44,13 @@
...
@@ -44,13 +44,13 @@
"type"
:
"Number"
,
"type"
:
"Number"
,
"required"
:
false
,
"required"
:
false
,
"length"
:
null
,
"length"
:
null
,
"precision"
:
45
,
"precision"
:
64
,
"scale"
:
0
,
"scale"
:
0
,
"mysql"
:
{
"mysql"
:
{
"columnName"
:
"value1"
,
"columnName"
:
"value1"
,
"dataType"
:
"decimal"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataLength"
:
null
,
"dataPrecision"
:
45
,
"dataPrecision"
:
64
,
"dataScale"
:
0
,
"dataScale"
:
0
,
"nullable"
:
"Y"
"nullable"
:
"Y"
}
}
...
@@ -58,13 +58,13 @@
...
@@ -58,13 +58,13 @@
"value2"
:
{
"value2"
:
{
"type"
:
"String"
,
"type"
:
"String"
,
"required"
:
true
,
"required"
:
true
,
"length"
:
2
,
"length"
:
63
,
"precision"
:
null
,
"precision"
:
null
,
"scale"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"mysql"
:
{
"columnName"
:
"value2"
,
"columnName"
:
"value2"
,
"dataType"
:
"varchar"
,
"dataType"
:
"varchar"
,
"dataLength"
:
2
,
"dataLength"
:
63
,
"dataPrecision"
:
null
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
"nullable"
:
"N"
...
@@ -73,13 +73,13 @@
...
@@ -73,13 +73,13 @@
"value3"
:
{
"value3"
:
{
"type"
:
"String"
,
"type"
:
"String"
,
"required"
:
false
,
"required"
:
false
,
"length"
:
55
,
"length"
:
63
,
"precision"
:
null
,
"precision"
:
null
,
"scale"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"mysql"
:
{
"columnName"
:
"value3"
,
"columnName"
:
"value3"
,
"dataType"
:
"varchar"
,
"dataType"
:
"varchar"
,
"dataLength"
:
55
,
"dataLength"
:
63
,
"dataPrecision"
:
null
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
"nullable"
:
"Y"
...
...
This diff is collapsed.
Click to expand it.
common/models/bill-shop.json
View file @
af46a32e
...
@@ -58,13 +58,13 @@
...
@@ -58,13 +58,13 @@
"value2"
:
{
"value2"
:
{
"type"
:
"String"
,
"type"
:
"String"
,
"required"
:
true
,
"required"
:
true
,
"length"
:
2
,
"length"
:
56
,
"precision"
:
null
,
"precision"
:
null
,
"scale"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"mysql"
:
{
"columnName"
:
"value2"
,
"columnName"
:
"value2"
,
"dataType"
:
"varchar"
,
"dataType"
:
"varchar"
,
"dataLength"
:
2
,
"dataLength"
:
56
,
"dataPrecision"
:
null
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
"nullable"
:
"N"
...
...
This diff is collapsed.
Click to expand it.
definitions/RuiPengLoopbackApi.yaml
View file @
af46a32e
This diff is collapsed.
Click to expand it.
server/model-config.json
View file @
af46a32e
...
@@ -513,14 +513,6 @@
...
@@ -513,14 +513,6 @@
"dataSource"
:
"ruipeng"
,
"dataSource"
:
"ruipeng"
,
"public"
:
true
"public"
:
true
},
},
"BillCategory"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"BillShop"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"AnotherForteacher"
:
{
"AnotherForteacher"
:
{
"dataSource"
:
"ruipeng"
,
"dataSource"
:
"ruipeng"
,
"public"
:
true
"public"
:
true
...
@@ -685,11 +677,19 @@
...
@@ -685,11 +677,19 @@
"dataSource"
:
"ruipeng"
,
"dataSource"
:
"ruipeng"
,
"public"
:
true
"public"
:
true
},
},
"AnotherOrder"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"AnotherRevenue"
:
{
"AnotherRevenue"
:
{
"dataSource"
:
"ruipeng"
,
"dataSource"
:
"ruipeng"
,
"public"
:
true
"public"
:
true
},
},
"AnotherOrder"
:
{
"BillShop"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"BillCategory"
:
{
"dataSource"
:
"ruipeng"
,
"dataSource"
:
"ruipeng"
,
"public"
:
true
"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