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
10ded67a
Commit
10ded67a
authored
Sep 29, 2019
by
余海军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
220a4a3c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
19 deletions
+19
-19
another-company-sku.json
common/models/another-company-sku.json
+14
-14
RuiPengLoopbackApi.yaml
definitions/RuiPengLoopbackApi.yaml
+5
-5
No files found.
common/models/another-company-sku.json
View file @
10ded67a
...
...
@@ -25,14 +25,14 @@
"nullable"
:
"Y"
}
},
"
category
"
:
{
"
name
"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
200
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"
category
"
,
"columnName"
:
"
name
"
,
"dataType"
:
"varchar"
,
"dataLength"
:
200
,
"dataPrecision"
:
null
,
...
...
@@ -40,14 +40,14 @@
"nullable"
:
"Y"
}
},
"
qty
"
:
{
"
value1
"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
65
,
"scale"
:
2
,
"mysql"
:
{
"columnName"
:
"
qty
"
,
"columnName"
:
"
value1
"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
65
,
...
...
@@ -55,18 +55,18 @@
"nullable"
:
"Y"
}
},
"
precent
"
:
{
"type"
:
"
String
"
,
"
value2
"
:
{
"type"
:
"
Number
"
,
"required"
:
false
,
"length"
:
63
,
"precision"
:
null
,
"scale"
:
null
,
"length"
:
null
,
"precision"
:
60
,
"scale"
:
2
,
"mysql"
:
{
"columnName"
:
"
precent
"
,
"dataType"
:
"
varchar
"
,
"dataLength"
:
63
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"columnName"
:
"
value2
"
,
"dataType"
:
"
decimal
"
,
"dataLength"
:
null
,
"dataPrecision"
:
60
,
"dataScale"
:
2
,
"nullable"
:
"Y"
}
},
...
...
definitions/RuiPengLoopbackApi.yaml
View file @
10ded67a
...
...
@@ -71633,15 +71633,15 @@ definitions:
id:
maxLength: 36
type: string
category
:
name
:
maxLength: 200
type: string
qty:
value1:
type: number
format: double
value2:
type: number
format: double
precent:
maxLength: 63
type: string
companyName:
maxLength: 200
type: string
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