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
df46e293
Commit
df46e293
authored
5 years ago
by
黄卓然
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
11110d58
master
No related merge requests found
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
472 additions
and
14 deletions
+472
-14
dashboard-hospital-base-information.json
common/models/dashboard-hospital-base-information.json
+70
-10
RuiPengLoopbackApi.yaml
definitions/RuiPengLoopbackApi.yaml
+398
-0
model-config.json
server/model-config.json
+4
-4
No files found.
common/models/dashboard-hospital-base-information.json
View file @
df46e293
...
...
@@ -10,6 +10,51 @@
"table"
:
"dashboard_hospital_base_information"
},
"properties"
:
{
"id"
:
{
"type"
:
"String"
,
"required"
:
true
,
"length"
:
100
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"id"
,
"dataType"
:
"varchar"
,
"dataLength"
:
100
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
}
},
"rpBrandId"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
10
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"rp_brand_id"
,
"dataType"
:
"int"
,
"dataLength"
:
null
,
"dataPrecision"
:
10
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"rpBrand"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
100
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"rp_brand"
,
"dataType"
:
"varchar"
,
"dataLength"
:
100
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"rpRegionid"
:
{
"type"
:
"String"
,
"required"
:
false
,
...
...
@@ -86,17 +131,17 @@
}
},
"clinicId"
:
{
"type"
:
"
Number
"
,
"type"
:
"
String
"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
10
,
"scale"
:
0
,
"length"
:
100
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"clinic_id"
,
"dataType"
:
"
int
"
,
"dataLength"
:
null
,
"dataPrecision"
:
10
,
"dataScale"
:
0
,
"dataType"
:
"
varchar
"
,
"dataLength"
:
100
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
...
...
@@ -160,14 +205,29 @@
"nullable"
:
"Y"
}
},
"id"
:
{
"address"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
200
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"address"
,
"dataType"
:
"varchar"
,
"dataLength"
:
200
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"deanNumber"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
100
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"
id
"
,
"columnName"
:
"
dean_number
"
,
"dataType"
:
"varchar"
,
"dataLength"
:
100
,
"dataPrecision"
:
null
,
...
...
This diff is collapsed.
Click to expand it.
definitions/RuiPengLoopbackApi.yaml
View file @
df46e293
This diff is collapsed.
Click to expand it.
server/model-config.json
View file @
df46e293
...
...
@@ -29,10 +29,6 @@
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"DashboardHospitalBaseInformation"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"DashboardRvetCount"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
...
...
@@ -364,5 +360,9 @@
"MapHos2"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"DashboardHospitalBaseInformation"
:
{
"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