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
2afc8ded
Commit
2afc8ded
authored
Sep 27, 2019
by
余海军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
dbfda5e8
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
3647 additions
and
2198 deletions
+3647
-2198
inter-kuanghuanrevenue.js
common/models/inter-kuanghuanrevenue.js
+5
-0
inter-kuanghuanrevenue.json
common/models/inter-kuanghuanrevenue.json
+63
-0
inter-qijianorder.js
common/models/inter-qijianorder.js
+5
-0
inter-qijianorder.json
common/models/inter-qijianorder.json
+78
-0
inter-qijianrevenue.js
common/models/inter-qijianrevenue.js
+5
-0
inter-qijianrevenue.json
common/models/inter-qijianrevenue.json
+78
-0
RuiPengLoopbackApi.yaml
definitions/RuiPengLoopbackApi.yaml
+3397
-2194
model-config.json
server/model-config.json
+16
-4
No files found.
common/models/inter-kuanghuanrevenue.js
0 → 100644
View file @
2afc8ded
'use strict'
;
module
.
exports
=
function
(
Interkuanghuanrevenue
)
{
};
common/models/inter-kuanghuanrevenue.json
0 → 100644
View file @
2afc8ded
{
"name"
:
"InterKuanghuanrevenue"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"inter_kuanghuanrevenue"
},
"properties"
:
{
"id"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
36
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"id"
,
"dataType"
:
"varchar"
,
"dataLength"
:
36
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"name"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
5
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
5
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
19
,
"scale"
:
2
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"double"
,
"dataLength"
:
null
,
"dataPrecision"
:
19
,
"dataScale"
:
2
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/inter-qijianorder.js
0 → 100644
View file @
2afc8ded
'use strict'
;
module
.
exports
=
function
(
Interqijianorder
)
{
};
common/models/inter-qijianorder.json
0 → 100644
View file @
2afc8ded
{
"name"
:
"InterQijianorder"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"inter_qijianorder"
},
"properties"
:
{
"id"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
36
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"id"
,
"dataType"
:
"varchar"
,
"dataLength"
:
36
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"name"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
5
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
5
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
32
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
32
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"year"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
3
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"year"
,
"dataType"
:
"tinyint"
,
"dataLength"
:
null
,
"dataPrecision"
:
3
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/inter-qijianrevenue.js
0 → 100644
View file @
2afc8ded
'use strict'
;
module
.
exports
=
function
(
Interqijianrevenue
)
{
};
common/models/inter-qijianrevenue.json
0 → 100644
View file @
2afc8ded
{
"name"
:
"InterQijianrevenue"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"inter_qijianrevenue"
},
"properties"
:
{
"id"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
36
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"id"
,
"dataType"
:
"varchar"
,
"dataLength"
:
36
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"name"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
5
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
5
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
33
,
"scale"
:
2
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
33
,
"dataScale"
:
2
,
"nullable"
:
"Y"
}
},
"year"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
3
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"year"
,
"dataType"
:
"tinyint"
,
"dataLength"
:
null
,
"dataPrecision"
:
3
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
definitions/RuiPengLoopbackApi.yaml
View file @
2afc8ded
This diff is collapsed.
Click to expand it.
server/model-config.json
View file @
2afc8ded
...
@@ -513,10 +513,6 @@
...
@@ -513,10 +513,6 @@
"dataSource"
:
"ruipeng"
,
"dataSource"
:
"ruipeng"
,
"public"
:
true
"public"
:
true
},
},
"InterKuanghuan"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"BillEachbrands"
:
{
"BillEachbrands"
:
{
"dataSource"
:
"ruipeng"
,
"dataSource"
:
"ruipeng"
,
"public"
:
true
"public"
:
true
...
@@ -652,5 +648,21 @@
...
@@ -652,5 +648,21 @@
"HosGoods"
:
{
"HosGoods"
:
{
"dataSource"
:
"ruipeng"
,
"dataSource"
:
"ruipeng"
,
"public"
:
true
"public"
:
true
},
"InterKuanghuan"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"InterKuanghuanrevenue"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"InterQijianorder"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"InterQijianrevenue"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
}
}
}
}
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