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
0959de01
Commit
0959de01
authored
5 years ago
by
余海军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
0ab91c48
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
524 additions
and
0 deletions
+524
-0
hos-eachhospital.js
common/models/hos-eachhospital.js
+5
-0
hos-eachhospital.json
common/models/hos-eachhospital.json
+108
-0
RuiPengLoopbackApi.yaml
definitions/RuiPengLoopbackApi.yaml
+407
-0
model-config.json
server/model-config.json
+4
-0
No files found.
common/models/hos-eachhospital.js
0 → 100644
View file @
0959de01
'use strict'
;
module
.
exports
=
function
(
Hoseachhospital
)
{
};
This diff is collapsed.
Click to expand it.
common/models/hos-eachhospital.json
0 → 100644
View file @
0959de01
{
"name"
:
"HosEachhospital"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"hos_eachhospital"
},
"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"
}
},
"city"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
100
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"city"
,
"dataType"
:
"varchar"
,
"dataLength"
:
100
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"hospital"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
100
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"hospital"
,
"dataType"
:
"varchar"
,
"dataLength"
:
100
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"flowmeir"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
18
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"flowmeir"
,
"dataType"
:
"varchar"
,
"dataLength"
:
18
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"flowyiliao"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
18
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"flowyiliao"
,
"dataType"
:
"varchar"
,
"dataLength"
:
18
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"flowsp"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
18
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"flowsp"
,
"dataType"
:
"varchar"
,
"dataLength"
:
18
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
This diff is collapsed.
Click to expand it.
definitions/RuiPengLoopbackApi.yaml
View file @
0959de01
This diff is collapsed.
Click to expand it.
server/model-config.json
View file @
0959de01
...
...
@@ -256,5 +256,9 @@
"HosClientsource"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"HosEachhospital"
:
{
"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