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
241e964f
Commit
241e964f
authored
Sep 27, 2019
by
余海军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
b6052bb3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2318 additions
and
1829 deletions
+2318
-1829
hos-eachareacase.json
common/models/hos-eachareacase.json
+5
-5
hos-eacharearevenue.js
common/models/hos-eacharearevenue.js
+5
-0
hos-eacharearevenue.json
common/models/hos-eacharearevenue.json
+78
-0
RuiPengLoopbackApi.yaml
definitions/RuiPengLoopbackApi.yaml
+2222
-1820
model-config.json
server/model-config.json
+8
-4
No files found.
common/models/hos-eachareacase.json
View file @
241e964f
...
@@ -44,13 +44,13 @@
...
@@ -44,13 +44,13 @@
"type"
:
"Number"
,
"type"
:
"Number"
,
"required"
:
false
,
"required"
:
false
,
"length"
:
null
,
"length"
:
null
,
"precision"
:
41
,
"precision"
:
19
,
"scale"
:
0
,
"scale"
:
0
,
"mysql"
:
{
"mysql"
:
{
"columnName"
:
"value"
,
"columnName"
:
"value"
,
"dataType"
:
"
decimal
"
,
"dataType"
:
"
bigint
"
,
"dataLength"
:
null
,
"dataLength"
:
null
,
"dataPrecision"
:
41
,
"dataPrecision"
:
19
,
"dataScale"
:
0
,
"dataScale"
:
0
,
"nullable"
:
"Y"
"nullable"
:
"Y"
}
}
...
@@ -58,13 +58,13 @@
...
@@ -58,13 +58,13 @@
"area"
:
{
"area"
:
{
"type"
:
"String"
,
"type"
:
"String"
,
"required"
:
false
,
"required"
:
false
,
"length"
:
256
,
"length"
:
341
,
"precision"
:
null
,
"precision"
:
null
,
"scale"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"mysql"
:
{
"columnName"
:
"area"
,
"columnName"
:
"area"
,
"dataType"
:
"varchar"
,
"dataType"
:
"varchar"
,
"dataLength"
:
256
,
"dataLength"
:
341
,
"dataPrecision"
:
null
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
"nullable"
:
"Y"
...
...
common/models/hos-eacharearevenue.js
0 → 100644
View file @
241e964f
'use strict'
;
module
.
exports
=
function
(
Hoseacharearevenue
)
{
};
common/models/hos-eacharearevenue.json
0 → 100644
View file @
241e964f
{
"name"
:
"HosEacharearevenue"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"hos_eacharearevenue"
},
"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"
:
101
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
101
,
"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"
}
},
"area"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
341
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"area"
,
"dataType"
:
"varchar"
,
"dataLength"
:
341
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
definitions/RuiPengLoopbackApi.yaml
View file @
241e964f
This source diff could not be displayed because it is too large. You can
view the blob
instead.
server/model-config.json
View file @
241e964f
...
@@ -553,10 +553,6 @@
...
@@ -553,10 +553,6 @@
"dataSource"
:
"ruipeng"
,
"dataSource"
:
"ruipeng"
,
"public"
:
true
"public"
:
true
},
},
"HosEachareacase"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"HosEachareahospitals"
:
{
"HosEachareahospitals"
:
{
"dataSource"
:
"ruipeng"
,
"dataSource"
:
"ruipeng"
,
"public"
:
true
"public"
:
true
...
@@ -668,5 +664,13 @@
...
@@ -668,5 +664,13 @@
"InterVrentityorder"
:
{
"InterVrentityorder"
:
{
"dataSource"
:
"ruipeng"
,
"dataSource"
:
"ruipeng"
,
"public"
:
true
"public"
:
true
},
"HosEacharearevenue"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"HosEachareacase"
:
{
"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