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
0ab91c48
Commit
0ab91c48
authored
Sep 03, 2019
by
余海军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
b7023515
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
645 additions
and
231 deletions
+645
-231
hos-clientsource.js
common/models/hos-clientsource.js
+5
-0
hos-clientsource.json
common/models/hos-clientsource.json
+48
-0
hos-eachareahospitals.json
common/models/hos-eachareahospitals.json
+0
-15
hos-eachrevenue.json
common/models/hos-eachrevenue.json
+0
-15
RuiPengLoopbackApi.yaml
definitions/RuiPengLoopbackApi.yaml
+585
-198
model-config.json
server/model-config.json
+7
-3
No files found.
common/models/hos-clientsource.js
0 → 100644
View file @
0ab91c48
'use strict'
;
module
.
exports
=
function
(
Hosclientsource
)
{
};
common/models/hos-clientsource.json
0 → 100644
View file @
0ab91c48
{
"name"
:
"HosClientsource"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"hos_clientsource"
},
"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"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
41
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
41
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/hos-eachareahospitals.json
View file @
0ab91c48
...
...
@@ -25,21 +25,6 @@
"nullable"
:
"Y"
}
},
"name"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
100
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
100
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
true
,
...
...
common/models/hos-eachrevenue.json
View file @
0ab91c48
...
...
@@ -25,21 +25,6 @@
"nullable"
:
"Y"
}
},
"name"
:
{
"type"
:
"String"
,
"required"
:
true
,
"length"
:
5
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
5
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
...
...
definitions/RuiPengLoopbackApi.yaml
View file @
0ab91c48
...
...
@@ -22066,12 +22066,12 @@ paths:
type
:
number
format
:
double
deprecated
:
false
/HosEacharea
hospital
s
:
/HosEacharea
revenue
s
:
post
:
tags
:
-
HosEacharea
hospitals
-
HosEacharea
revenue
summary
:
Create a new instance of the model and persist it into the data source.
operationId
:
HosEacharea
hospitals
.create
operationId
:
HosEacharea
revenue
.create
parameters
:
-
name
:
data
in
:
body
...
...
@@ -22079,20 +22079,20 @@ paths:
required
:
false
schema
:
description
:
Model instance data
$ref
:
'
#/definitions/HosEacharea
hospitals
'
$ref
:
'
#/definitions/HosEacharea
revenue
'
responses
:
'
200'
:
description
:
Request was successful
schema
:
$ref
:
'
#/definitions/HosEacharea
hospitals
'
$ref
:
'
#/definitions/HosEacharea
revenue
'
deprecated
:
false
patch
:
tags
:
-
HosEacharea
hospitals
-
HosEacharea
revenue
summary
:
>-
Patch an existing model instance or insert a new one into the data
source.
operationId: HosEacharea
hospitals
.patchOrCreate
operationId: HosEacharea
revenue
.patchOrCreate
parameters:
- name: data
in: body
...
...
@@ -22100,20 +22100,20 @@ paths:
required: false
schema:
description: Model instance data
$ref: '#/definitions/HosEacharea
hospitals
'
$ref: '#/definitions/HosEacharea
revenue
'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/HosEacharea
hospitals
'
$ref: '#/definitions/HosEacharea
revenue
'
deprecated: false
put
:
tags
:
-
HosEacharea
hospitals
-
HosEacharea
revenue
summary
:
>-
Replace an existing model instance or insert a new one into the data
source.
operationId: HosEacharea
hospitals.replaceOrCreate__put_HosEachareahospital
s
operationId: HosEacharea
revenue.replaceOrCreate__put_HosEacharearevenue
s
parameters:
- name: data
in: body
...
...
@@ -22121,18 +22121,18 @@ paths:
required: false
schema:
description: Model instance data
$ref: '#/definitions/HosEacharea
hospitals
'
$ref: '#/definitions/HosEacharea
revenue
'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/HosEacharea
hospitals
'
$ref: '#/definitions/HosEacharea
revenue
'
deprecated: false
get
:
tags
:
-
HosEacharea
hospitals
-
HosEacharea
revenue
summary
:
Find all instances of the model matched by filter from the data source.
operationId
:
HosEacharea
hospitals
.find
operationId
:
HosEacharea
revenue
.find
parameters
:
-
name
:
filter
in
:
query
...
...
@@ -22151,17 +22151,17 @@ paths:
schema
:
type
:
array
items
:
$ref
:
'
#/definitions/HosEacharea
hospitals
'
$ref
:
'
#/definitions/HosEacharea
revenue
'
deprecated
:
false
/HosEacharea
hospital
s/replaceOrCreate
:
/HosEacharea
revenue
s/replaceOrCreate
:
post
:
tags
:
-
HosEacharea
hospitals
-
HosEacharea
revenue
summary
:
>-
Replace an existing model instance or insert a new one into the data
source.
operationId: >-
HosEacharea
hospitals.replaceOrCreate__post_HosEachareahospital
s_replaceOrCreate
HosEacharea
revenue.replaceOrCreate__post_HosEacharearevenue
s_replaceOrCreate
parameters:
- name: data
in: body
...
...
@@ -22169,21 +22169,21 @@ paths:
required: false
schema:
description: Model instance data
$ref: '#/definitions/HosEacharea
hospitals
'
$ref: '#/definitions/HosEacharea
revenue
'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/HosEacharea
hospitals
'
$ref: '#/definitions/HosEacharea
revenue
'
deprecated: false
/HosEacharea
hospital
s/upsertWithWhere
:
/HosEacharea
revenue
s/upsertWithWhere
:
post
:
tags
:
-
HosEacharea
hospitals
-
HosEacharea
revenue
summary
:
>-
Update an existing model instance or insert a new one into the data
source based on the where criteria.
operationId: HosEacharea
hospitals
.upsertWithWhere
operationId: HosEacharea
revenue
.upsertWithWhere
parameters:
- name: where
in: query
...
...
@@ -22197,19 +22197,19 @@ paths:
required: false
schema:
description: An object of model property name/value pairs
$ref: '#/definitions/HosEacharea
hospitals
'
$ref: '#/definitions/HosEacharea
revenue
'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/HosEacharea
hospitals
'
$ref: '#/definitions/HosEacharea
revenue
'
deprecated: false
'
/HosEacharea
hospital
s/{id}/exists'
:
'
/HosEacharea
revenue
s/{id}/exists'
:
get
:
tags
:
-
HosEacharea
hospitals
-
HosEacharea
revenue
summary
:
Check whether a model instance exists in the data source.
operationId
:
'
HosEacharea
hospitals.exists__get_HosEachareahospital
s_{id}_exists'
operationId
:
'
HosEacharea
revenue.exists__get_HosEacharearevenue
s_{id}_exists'
parameters
:
-
name
:
id
in
:
path
...
...
@@ -22226,12 +22226,12 @@ paths:
exists
:
type
:
boolean
deprecated
:
false
'
/HosEacharea
hospital
s/{id}'
:
'
/HosEacharea
revenue
s/{id}'
:
head
:
tags
:
-
HosEacharea
hospitals
-
HosEacharea
revenue
summary
:
Check whether a model instance exists in the data source.
operationId
:
'
HosEacharea
hospitals.exists__head_HosEachareahospital
s_{id}'
operationId
:
'
HosEacharea
revenue.exists__head_HosEacharearevenue
s_{id}'
parameters
:
-
name
:
id
in
:
path
...
...
@@ -22250,9 +22250,9 @@ paths:
deprecated
:
false
get
:
tags
:
-
HosEacharea
hospitals
-
HosEacharea
revenue
summary
:
'
Find
a
model
instance
by
{{id}}
from
the
data
source.'
operationId
:
HosEacharea
hospitals
.findById
operationId
:
HosEacharea
revenue
.findById
parameters
:
-
name
:
id
in
:
path
...
...
@@ -22272,15 +22272,15 @@ paths:
'
200'
:
description
:
Request was successful
schema
:
$ref
:
'
#/definitions/HosEacharea
hospitals
'
$ref
:
'
#/definitions/HosEacharea
revenue
'
deprecated
:
false
put
:
tags
:
-
HosEacharea
hospitals
-
HosEacharea
revenue
summary
:
>-
Replace attributes for a model instance and persist it into the data
source.
operationId: 'HosEacharea
hospitals.replaceById__put_HosEachareahospital
s_{id}'
operationId: 'HosEacharea
revenue.replaceById__put_HosEacharearevenue
s_{id}'
parameters:
- name: id
in: path
...
...
@@ -22294,18 +22294,404 @@ paths:
required: false
schema:
description: Model instance data
$ref: '#/definitions/HosEacharea
hospitals
'
$ref: '#/definitions/HosEacharea
revenue
'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/HosEachareahospitals'
$ref: '#/definitions/HosEacharearevenue'
deprecated: false
delete
:
tags
:
-
HosEacharearevenue
summary
:
'
Delete
a
model
instance
by
{{id}}
from
the
data
source.'
operationId
:
HosEacharearevenue.deleteById
parameters
:
-
name
:
id
in
:
path
description
:
Model id
required
:
true
type
:
string
format
:
JSON
responses
:
'
200'
:
description
:
Request was successful
schema
:
type
:
object
deprecated
:
false
patch
:
tags
:
-
HosEacharearevenue
summary
:
>-
Patch attributes for a model instance and persist it into the data
source.
operationId: HosEacharearevenue.prototype.patchAttributes
parameters:
- name: id
in: path
description: HosEacharearevenue id
required: true
type: string
format: JSON
- name: data
in: body
description: An object of model property name/value pairs
required: false
schema:
description: An object of model property name/value pairs
$ref: '#/definitions/HosEacharearevenue'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/HosEacharearevenue'
deprecated: false
'
/HosEacharearevenues/{id}/replace'
:
post
:
tags
:
-
HosEacharearevenue
summary
:
>-
Replace attributes for a model instance and persist it into the data
source.
operationId: 'HosEacharearevenue.replaceById__post_HosEacharearevenues_{id}_replace'
parameters:
- name: id
in: path
description: Model id
required: true
type: string
format: JSON
- name: data
in: body
description: Model instance data
required: false
schema:
description: Model instance data
$ref: '#/definitions/HosEacharearevenue'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/HosEacharearevenue'
deprecated: false
/HosEacharearevenues/findOne
:
get
:
tags
:
-
HosEacharearevenue
summary
:
Find first instance of the model matched by filter from the data source.
operationId
:
HosEacharearevenue.findOne
parameters
:
-
name
:
filter
in
:
query
description
:
>-
Filter defining fields, where, include, order, offset, and limit -
must be a JSON-encoded string (`{"where":{"something":"value"}}`).
See
https://loopback.io/doc/en/lb3/Querying-data.html#using-stringified-json-in-rest-queries
for more details.
required: false
type: string
format: JSON
responses
:
'
200'
:
description
:
Request was successful
schema
:
$ref
:
'
#/definitions/HosEacharearevenue'
deprecated
:
false
/HosEacharearevenues/update
:
post
:
tags
:
-
HosEacharearevenue
summary
:
'
Update
instances
of
the
model
matched
by
{{where}}
from
the
data
source.'
operationId
:
HosEacharearevenue.updateAll
parameters
:
-
name
:
where
in
:
query
description
:
Criteria to match model instances
required
:
false
type
:
string
format
:
JSON
-
name
:
data
in
:
body
description
:
An object of model property name/value pairs
required
:
false
schema
:
description
:
An object of model property name/value pairs
$ref
:
'
#/definitions/HosEacharearevenue'
responses
:
'
200'
:
description
:
Request was successful
schema
:
description
:
Information related to the outcome of the operation
type
:
object
properties
:
count
:
description
:
The number of instances updated
type
:
number
format
:
double
deprecated
:
false
/HosEacharearevenues/count
:
get
:
tags
:
-
HosEacharearevenue
summary
:
Count instances of the model matched by where from the data source.
operationId
:
HosEacharearevenue.count
parameters
:
-
name
:
where
in
:
query
description
:
Criteria to match model instances
required
:
false
type
:
string
format
:
JSON
responses
:
'
200'
:
description
:
Request was successful
schema
:
type
:
object
properties
:
count
:
type
:
number
format
:
double
deprecated
:
false
/HosEachrevenues
:
post
:
tags
:
-
HosEachrevenue
summary
:
Create a new instance of the model and persist it into the data source.
operationId
:
HosEachrevenue.create
parameters
:
-
name
:
data
in
:
body
description
:
Model instance data
required
:
false
schema
:
description
:
Model instance data
$ref
:
'
#/definitions/HosEachrevenue'
responses
:
'
200'
:
description
:
Request was successful
schema
:
$ref
:
'
#/definitions/HosEachrevenue'
deprecated
:
false
patch
:
tags
:
-
HosEachrevenue
summary
:
>-
Patch an existing model instance or insert a new one into the data
source.
operationId: HosEachrevenue.patchOrCreate
parameters:
- name: data
in: body
description: Model instance data
required: false
schema:
description: Model instance data
$ref: '#/definitions/HosEachrevenue'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/HosEachrevenue'
deprecated: false
put
:
tags
:
-
HosEachrevenue
summary
:
>-
Replace an existing model instance or insert a new one into the data
source.
operationId: HosEachrevenue.replaceOrCreate__put_HosEachrevenues
parameters:
- name: data
in: body
description: Model instance data
required: false
schema:
description: Model instance data
$ref: '#/definitions/HosEachrevenue'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/HosEachrevenue'
deprecated: false
get
:
tags
:
-
HosEachrevenue
summary
:
Find all instances of the model matched by filter from the data source.
operationId
:
HosEachrevenue.find
parameters
:
-
name
:
filter
in
:
query
description
:
>-
Filter defining fields, where, include, order, offset, and limit -
must be a JSON-encoded string (`{"where":{"something":"value"}}`).
See
https://loopback.io/doc/en/lb3/Querying-data.html#using-stringified-json-in-rest-queries
for more details.
required: false
type: string
format: JSON
responses
:
'
200'
:
description
:
Request was successful
schema
:
type
:
array
items
:
$ref
:
'
#/definitions/HosEachrevenue'
deprecated
:
false
/HosEachrevenues/replaceOrCreate
:
post
:
tags
:
-
HosEachrevenue
summary
:
>-
Replace an existing model instance or insert a new one into the data
source.
operationId: HosEachrevenue.replaceOrCreate__post_HosEachrevenues_replaceOrCreate
parameters:
- name: data
in: body
description: Model instance data
required: false
schema:
description: Model instance data
$ref: '#/definitions/HosEachrevenue'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/HosEachrevenue'
deprecated: false
/HosEachrevenues/upsertWithWhere
:
post
:
tags
:
-
HosEachrevenue
summary
:
>-
Update an existing model instance or insert a new one into the data
source based on the where criteria.
operationId: HosEachrevenue.upsertWithWhere
parameters:
- name: where
in: query
description: Criteria to match model instances
required: false
type: string
format: JSON
- name: data
in: body
description: An object of model property name/value pairs
required: false
schema:
description: An object of model property name/value pairs
$ref: '#/definitions/HosEachrevenue'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/HosEachrevenue'
deprecated: false
'
/HosEachrevenues/{id}/exists'
:
get
:
tags
:
-
HosEachrevenue
summary
:
Check whether a model instance exists in the data source.
operationId
:
'
HosEachrevenue.exists__get_HosEachrevenues_{id}_exists'
parameters
:
-
name
:
id
in
:
path
description
:
Model id
required
:
true
type
:
string
format
:
JSON
responses
:
'
200'
:
description
:
Request was successful
schema
:
type
:
object
properties
:
exists
:
type
:
boolean
deprecated
:
false
'
/HosEachrevenues/{id}'
:
head
:
tags
:
-
HosEachrevenue
summary
:
Check whether a model instance exists in the data source.
operationId
:
'
HosEachrevenue.exists__head_HosEachrevenues_{id}'
parameters
:
-
name
:
id
in
:
path
description
:
Model id
required
:
true
type
:
string
format
:
JSON
responses
:
'
200'
:
description
:
Request was successful
schema
:
type
:
object
properties
:
exists
:
type
:
boolean
deprecated
:
false
get
:
tags
:
-
HosEachrevenue
summary
:
'
Find
a
model
instance
by
{{id}}
from
the
data
source.'
operationId
:
HosEachrevenue.findById
parameters
:
-
name
:
id
in
:
path
description
:
Model id
required
:
true
type
:
string
format
:
JSON
-
name
:
filter
in
:
query
description
:
>-
Filter defining fields and include - must be a JSON-encoded string
({"something":"value"})
required: false
type: string
format: JSON
responses
:
'
200'
:
description
:
Request was successful
schema
:
$ref
:
'
#/definitions/HosEachrevenue'
deprecated
:
false
put
:
tags
:
-
HosEachrevenue
summary
:
>-
Replace attributes for a model instance and persist it into the data
source.
operationId: 'HosEachrevenue.replaceById__put_HosEachrevenues_{id}'
parameters:
- name: id
in: path
description: Model id
required: true
type: string
format: JSON
- name: data
in: body
description: Model instance data
required: false
schema:
description: Model instance data
$ref: '#/definitions/HosEachrevenue'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/HosEachrevenue'
deprecated: false
delete
:
tags
:
-
HosEach
areahospitals
-
HosEach
revenue
summary
:
'
Delete
a
model
instance
by
{{id}}
from
the
data
source.'
operationId
:
HosEach
areahospitals
.deleteById
operationId
:
HosEach
revenue
.deleteById
parameters
:
-
name
:
id
in
:
path
...
...
@@ -22321,15 +22707,15 @@ paths:
deprecated
:
false
patch
:
tags
:
-
HosEach
areahospitals
-
HosEach
revenue
summary
:
>-
Patch attributes for a model instance and persist it into the data
source.
operationId: HosEach
areahospitals
.prototype.patchAttributes
operationId: HosEach
revenue
.prototype.patchAttributes
parameters:
- name: id
in: path
description: HosEach
areahospitals
id
description: HosEach
revenue
id
required: true
type: string
format: JSON
...
...
@@ -22339,21 +22725,21 @@ paths:
required: false
schema:
description: An object of model property name/value pairs
$ref: '#/definitions/HosEach
areahospitals
'
$ref: '#/definitions/HosEach
revenue
'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/HosEach
areahospitals
'
$ref: '#/definitions/HosEach
revenue
'
deprecated: false
'
/HosEach
areahospital
s/{id}/replace'
:
'
/HosEach
revenue
s/{id}/replace'
:
post
:
tags
:
-
HosEach
areahospitals
-
HosEach
revenue
summary
:
>-
Replace attributes for a model instance and persist it into the data
source.
operationId: 'HosEach
areahospitals.replaceById__post_HosEachareahospital
s_{id}_replace'
operationId: 'HosEach
revenue.replaceById__post_HosEachrevenue
s_{id}_replace'
parameters:
- name: id
in: path
...
...
@@ -22367,19 +22753,19 @@ paths:
required: false
schema:
description: Model instance data
$ref: '#/definitions/HosEach
areahospitals
'
$ref: '#/definitions/HosEach
revenue
'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/HosEach
areahospitals
'
$ref: '#/definitions/HosEach
revenue
'
deprecated: false
/HosEach
areahospital
s/findOne
:
/HosEach
revenue
s/findOne
:
get
:
tags
:
-
HosEach
areahospitals
-
HosEach
revenue
summary
:
Find first instance of the model matched by filter from the data source.
operationId
:
HosEach
areahospitals
.findOne
operationId
:
HosEach
revenue
.findOne
parameters
:
-
name
:
filter
in
:
query
...
...
@@ -22396,14 +22782,14 @@ paths:
'
200'
:
description
:
Request was successful
schema
:
$ref
:
'
#/definitions/HosEach
areahospitals
'
$ref
:
'
#/definitions/HosEach
revenue
'
deprecated
:
false
/HosEach
areahospital
s/update
:
/HosEach
revenue
s/update
:
post
:
tags
:
-
HosEach
areahospitals
-
HosEach
revenue
summary
:
'
Update
instances
of
the
model
matched
by
{{where}}
from
the
data
source.'
operationId
:
HosEach
areahospitals
.updateAll
operationId
:
HosEach
revenue
.updateAll
parameters
:
-
name
:
where
in
:
query
...
...
@@ -22417,7 +22803,7 @@ paths:
required
:
false
schema
:
description
:
An object of model property name/value pairs
$ref
:
'
#/definitions/HosEach
areahospitals
'
$ref
:
'
#/definitions/HosEach
revenue
'
responses
:
'
200'
:
description
:
Request was successful
...
...
@@ -22430,12 +22816,12 @@ paths:
type
:
number
format
:
double
deprecated
:
false
/HosEach
areahospital
s/count
:
/HosEach
revenue
s/count
:
get
:
tags
:
-
HosEach
areahospitals
-
HosEach
revenue
summary
:
Count instances of the model matched by where from the data source.
operationId
:
HosEach
areahospitals
.count
operationId
:
HosEach
revenue
.count
parameters
:
-
name
:
where
in
:
query
...
...
@@ -22453,12 +22839,12 @@ paths:
type
:
number
format
:
double
deprecated
:
false
/HosEacharea
revenue
s
:
/HosEacharea
hospital
s
:
post
:
tags
:
-
HosEacharea
revenue
-
HosEacharea
hospitals
summary
:
Create a new instance of the model and persist it into the data source.
operationId
:
HosEacharea
revenue
.create
operationId
:
HosEacharea
hospitals
.create
parameters
:
-
name
:
data
in
:
body
...
...
@@ -22466,20 +22852,20 @@ paths:
required
:
false
schema
:
description
:
Model instance data
$ref
:
'
#/definitions/HosEacharea
revenue
'
$ref
:
'
#/definitions/HosEacharea
hospitals
'
responses
:
'
200'
:
description
:
Request was successful
schema
:
$ref
:
'
#/definitions/HosEacharea
revenue
'
$ref
:
'
#/definitions/HosEacharea
hospitals
'
deprecated
:
false
patch
:
tags
:
-
HosEacharea
revenue
-
HosEacharea
hospitals
summary
:
>-
Patch an existing model instance or insert a new one into the data
source.
operationId: HosEacharea
revenue
.patchOrCreate
operationId: HosEacharea
hospitals
.patchOrCreate
parameters:
- name: data
in: body
...
...
@@ -22487,20 +22873,20 @@ paths:
required: false
schema:
description: Model instance data
$ref: '#/definitions/HosEacharea
revenue
'
$ref: '#/definitions/HosEacharea
hospitals
'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/HosEacharea
revenue
'
$ref: '#/definitions/HosEacharea
hospitals
'
deprecated: false
put
:
tags
:
-
HosEacharea
revenue
-
HosEacharea
hospitals
summary
:
>-
Replace an existing model instance or insert a new one into the data
source.
operationId: HosEacharea
revenue.replaceOrCreate__put_HosEacharearevenue
s
operationId: HosEacharea
hospitals.replaceOrCreate__put_HosEachareahospital
s
parameters:
- name: data
in: body
...
...
@@ -22508,18 +22894,18 @@ paths:
required: false
schema:
description: Model instance data
$ref: '#/definitions/HosEacharea
revenue
'
$ref: '#/definitions/HosEacharea
hospitals
'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/HosEacharea
revenue
'
$ref: '#/definitions/HosEacharea
hospitals
'
deprecated: false
get
:
tags
:
-
HosEacharea
revenue
-
HosEacharea
hospitals
summary
:
Find all instances of the model matched by filter from the data source.
operationId
:
HosEacharea
revenue
.find
operationId
:
HosEacharea
hospitals
.find
parameters
:
-
name
:
filter
in
:
query
...
...
@@ -22538,17 +22924,17 @@ paths:
schema
:
type
:
array
items
:
$ref
:
'
#/definitions/HosEacharea
revenue
'
$ref
:
'
#/definitions/HosEacharea
hospitals
'
deprecated
:
false
/HosEacharea
revenue
s/replaceOrCreate
:
/HosEacharea
hospital
s/replaceOrCreate
:
post
:
tags
:
-
HosEacharea
revenue
-
HosEacharea
hospitals
summary
:
>-
Replace an existing model instance or insert a new one into the data
source.
operationId: >-
HosEacharea
revenue.replaceOrCreate__post_HosEacharearevenue
s_replaceOrCreate
HosEacharea
hospitals.replaceOrCreate__post_HosEachareahospital
s_replaceOrCreate
parameters:
- name: data
in: body
...
...
@@ -22556,21 +22942,21 @@ paths:
required: false
schema:
description: Model instance data
$ref: '#/definitions/HosEacharea
revenue
'
$ref: '#/definitions/HosEacharea
hospitals
'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/HosEacharea
revenue
'
$ref: '#/definitions/HosEacharea
hospitals
'
deprecated: false
/HosEacharea
revenue
s/upsertWithWhere
:
/HosEacharea
hospital
s/upsertWithWhere
:
post
:
tags
:
-
HosEacharea
revenue
-
HosEacharea
hospitals
summary
:
>-
Update an existing model instance or insert a new one into the data
source based on the where criteria.
operationId: HosEacharea
revenue
.upsertWithWhere
operationId: HosEacharea
hospitals
.upsertWithWhere
parameters:
- name: where
in: query
...
...
@@ -22584,19 +22970,19 @@ paths:
required: false
schema:
description: An object of model property name/value pairs
$ref: '#/definitions/HosEacharea
revenue
'
$ref: '#/definitions/HosEacharea
hospitals
'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/HosEacharea
revenue
'
$ref: '#/definitions/HosEacharea
hospitals
'
deprecated: false
'
/HosEacharea
revenue
s/{id}/exists'
:
'
/HosEacharea
hospital
s/{id}/exists'
:
get
:
tags
:
-
HosEacharea
revenue
-
HosEacharea
hospitals
summary
:
Check whether a model instance exists in the data source.
operationId
:
'
HosEacharea
revenue.exists__get_HosEacharearevenue
s_{id}_exists'
operationId
:
'
HosEacharea
hospitals.exists__get_HosEachareahospital
s_{id}_exists'
parameters
:
-
name
:
id
in
:
path
...
...
@@ -22613,12 +22999,12 @@ paths:
exists
:
type
:
boolean
deprecated
:
false
'
/HosEacharea
revenue
s/{id}'
:
'
/HosEacharea
hospital
s/{id}'
:
head
:
tags
:
-
HosEacharea
revenue
-
HosEacharea
hospitals
summary
:
Check whether a model instance exists in the data source.
operationId
:
'
HosEacharea
revenue.exists__head_HosEacharearevenue
s_{id}'
operationId
:
'
HosEacharea
hospitals.exists__head_HosEachareahospital
s_{id}'
parameters
:
-
name
:
id
in
:
path
...
...
@@ -22637,9 +23023,9 @@ paths:
deprecated
:
false
get
:
tags
:
-
HosEacharea
revenue
-
HosEacharea
hospitals
summary
:
'
Find
a
model
instance
by
{{id}}
from
the
data
source.'
operationId
:
HosEacharea
revenue
.findById
operationId
:
HosEacharea
hospitals
.findById
parameters
:
-
name
:
id
in
:
path
...
...
@@ -22659,15 +23045,15 @@ paths:
'
200'
:
description
:
Request was successful
schema
:
$ref
:
'
#/definitions/HosEacharea
revenue
'
$ref
:
'
#/definitions/HosEacharea
hospitals
'
deprecated
:
false
put
:
tags
:
-
HosEacharea
revenue
-
HosEacharea
hospitals
summary
:
>-
Replace attributes for a model instance and persist it into the data
source.
operationId: 'HosEacharea
revenue.replaceById__put_HosEacharearevenue
s_{id}'
operationId: 'HosEacharea
hospitals.replaceById__put_HosEachareahospital
s_{id}'
parameters:
- name: id
in: path
...
...
@@ -22681,18 +23067,18 @@ paths:
required: false
schema:
description: Model instance data
$ref: '#/definitions/HosEacharea
revenue
'
$ref: '#/definitions/HosEacharea
hospitals
'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/HosEacharea
revenue
'
$ref: '#/definitions/HosEacharea
hospitals
'
deprecated: false
delete
:
tags
:
-
HosEacharea
revenue
-
HosEacharea
hospitals
summary
:
'
Delete
a
model
instance
by
{{id}}
from
the
data
source.'
operationId
:
HosEacharea
revenue
.deleteById
operationId
:
HosEacharea
hospitals
.deleteById
parameters
:
-
name
:
id
in
:
path
...
...
@@ -22708,15 +23094,15 @@ paths:
deprecated
:
false
patch
:
tags
:
-
HosEacharea
revenue
-
HosEacharea
hospitals
summary
:
>-
Patch attributes for a model instance and persist it into the data
source.
operationId: HosEacharea
revenue
.prototype.patchAttributes
operationId: HosEacharea
hospitals
.prototype.patchAttributes
parameters:
- name: id
in: path
description: HosEacharea
revenue
id
description: HosEacharea
hospitals
id
required: true
type: string
format: JSON
...
...
@@ -22726,21 +23112,21 @@ paths:
required: false
schema:
description: An object of model property name/value pairs
$ref: '#/definitions/HosEacharea
revenue
'
$ref: '#/definitions/HosEacharea
hospitals
'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/HosEacharea
revenue
'
$ref: '#/definitions/HosEacharea
hospitals
'
deprecated: false
'
/HosEacharea
revenue
s/{id}/replace'
:
'
/HosEacharea
hospital
s/{id}/replace'
:
post
:
tags
:
-
HosEacharea
revenue
-
HosEacharea
hospitals
summary
:
>-
Replace attributes for a model instance and persist it into the data
source.
operationId: 'HosEacharea
revenue.replaceById__post_HosEacharearevenue
s_{id}_replace'
operationId: 'HosEacharea
hospitals.replaceById__post_HosEachareahospital
s_{id}_replace'
parameters:
- name: id
in: path
...
...
@@ -22754,19 +23140,19 @@ paths:
required: false
schema:
description: Model instance data
$ref: '#/definitions/HosEacharea
revenue
'
$ref: '#/definitions/HosEacharea
hospitals
'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/HosEacharea
revenue
'
$ref: '#/definitions/HosEacharea
hospitals
'
deprecated: false
/HosEacharea
revenue
s/findOne
:
/HosEacharea
hospital
s/findOne
:
get
:
tags
:
-
HosEacharea
revenue
-
HosEacharea
hospitals
summary
:
Find first instance of the model matched by filter from the data source.
operationId
:
HosEacharea
revenue
.findOne
operationId
:
HosEacharea
hospitals
.findOne
parameters
:
-
name
:
filter
in
:
query
...
...
@@ -22783,14 +23169,14 @@ paths:
'
200'
:
description
:
Request was successful
schema
:
$ref
:
'
#/definitions/HosEacharea
revenue
'
$ref
:
'
#/definitions/HosEacharea
hospitals
'
deprecated
:
false
/HosEacharea
revenue
s/update
:
/HosEacharea
hospital
s/update
:
post
:
tags
:
-
HosEacharea
revenue
-
HosEacharea
hospitals
summary
:
'
Update
instances
of
the
model
matched
by
{{where}}
from
the
data
source.'
operationId
:
HosEacharea
revenue
.updateAll
operationId
:
HosEacharea
hospitals
.updateAll
parameters
:
-
name
:
where
in
:
query
...
...
@@ -22804,7 +23190,7 @@ paths:
required
:
false
schema
:
description
:
An object of model property name/value pairs
$ref
:
'
#/definitions/HosEacharea
revenue
'
$ref
:
'
#/definitions/HosEacharea
hospitals
'
responses
:
'
200'
:
description
:
Request was successful
...
...
@@ -22817,12 +23203,12 @@ paths:
type
:
number
format
:
double
deprecated
:
false
/HosEacharea
revenue
s/count
:
/HosEacharea
hospital
s/count
:
get
:
tags
:
-
HosEacharea
revenue
-
HosEacharea
hospitals
summary
:
Count instances of the model matched by where from the data source.
operationId
:
HosEacharea
revenue
.count
operationId
:
HosEacharea
hospitals
.count
parameters
:
-
name
:
where
in
:
query
...
...
@@ -22840,12 +23226,12 @@ paths:
type
:
number
format
:
double
deprecated
:
false
/Hos
Eachrevenu
es
:
/Hos
Clientsourc
es
:
post
:
tags
:
-
Hos
Eachrevenu
e
-
Hos
Clientsourc
e
summary
:
Create a new instance of the model and persist it into the data source.
operationId
:
Hos
Eachrevenu
e.create
operationId
:
Hos
Clientsourc
e.create
parameters
:
-
name
:
data
in
:
body
...
...
@@ -22853,20 +23239,20 @@ paths:
required
:
false
schema
:
description
:
Model instance data
$ref
:
'
#/definitions/Hos
Eachrevenu
e'
$ref
:
'
#/definitions/Hos
Clientsourc
e'
responses
:
'
200'
:
description
:
Request was successful
schema
:
$ref
:
'
#/definitions/Hos
Eachrevenu
e'
$ref
:
'
#/definitions/Hos
Clientsourc
e'
deprecated
:
false
patch
:
tags
:
-
Hos
Eachrevenu
e
-
Hos
Clientsourc
e
summary
:
>-
Patch an existing model instance or insert a new one into the data
source.
operationId: Hos
Eachrevenu
e.patchOrCreate
operationId: Hos
Clientsourc
e.patchOrCreate
parameters:
- name: data
in: body
...
...
@@ -22874,20 +23260,20 @@ paths:
required: false
schema:
description: Model instance data
$ref: '#/definitions/Hos
Eachrevenu
e'
$ref: '#/definitions/Hos
Clientsourc
e'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/Hos
Eachrevenu
e'
$ref: '#/definitions/Hos
Clientsourc
e'
deprecated: false
put
:
tags
:
-
Hos
Eachrevenu
e
-
Hos
Clientsourc
e
summary
:
>-
Replace an existing model instance or insert a new one into the data
source.
operationId: Hos
Eachrevenue.replaceOrCreate__put_HosEachrevenu
es
operationId: Hos
Clientsource.replaceOrCreate__put_HosClientsourc
es
parameters:
- name: data
in: body
...
...
@@ -22895,18 +23281,18 @@ paths:
required: false
schema:
description: Model instance data
$ref: '#/definitions/Hos
Eachrevenu
e'
$ref: '#/definitions/Hos
Clientsourc
e'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/Hos
Eachrevenu
e'
$ref: '#/definitions/Hos
Clientsourc
e'
deprecated: false
get
:
tags
:
-
Hos
Eachrevenu
e
-
Hos
Clientsourc
e
summary
:
Find all instances of the model matched by filter from the data source.
operationId
:
Hos
Eachrevenu
e.find
operationId
:
Hos
Clientsourc
e.find
parameters
:
-
name
:
filter
in
:
query
...
...
@@ -22925,16 +23311,16 @@ paths:
schema
:
type
:
array
items
:
$ref
:
'
#/definitions/Hos
Eachrevenu
e'
$ref
:
'
#/definitions/Hos
Clientsourc
e'
deprecated
:
false
/Hos
Eachrevenu
es/replaceOrCreate
:
/Hos
Clientsourc
es/replaceOrCreate
:
post
:
tags
:
-
Hos
Eachrevenu
e
-
Hos
Clientsourc
e
summary
:
>-
Replace an existing model instance or insert a new one into the data
source.
operationId: Hos
Eachrevenue.replaceOrCreate__post_HosEachrevenu
es_replaceOrCreate
operationId: Hos
Clientsource.replaceOrCreate__post_HosClientsourc
es_replaceOrCreate
parameters:
- name: data
in: body
...
...
@@ -22942,21 +23328,21 @@ paths:
required: false
schema:
description: Model instance data
$ref: '#/definitions/Hos
Eachrevenu
e'
$ref: '#/definitions/Hos
Clientsourc
e'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/Hos
Eachrevenu
e'
$ref: '#/definitions/Hos
Clientsourc
e'
deprecated: false
/Hos
Eachrevenu
es/upsertWithWhere
:
/Hos
Clientsourc
es/upsertWithWhere
:
post
:
tags
:
-
Hos
Eachrevenu
e
-
Hos
Clientsourc
e
summary
:
>-
Update an existing model instance or insert a new one into the data
source based on the where criteria.
operationId: Hos
Eachrevenu
e.upsertWithWhere
operationId: Hos
Clientsourc
e.upsertWithWhere
parameters:
- name: where
in: query
...
...
@@ -22970,19 +23356,19 @@ paths:
required: false
schema:
description: An object of model property name/value pairs
$ref: '#/definitions/Hos
Eachrevenu
e'
$ref: '#/definitions/Hos
Clientsourc
e'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/Hos
Eachrevenu
e'
$ref: '#/definitions/Hos
Clientsourc
e'
deprecated: false
'
/Hos
Eachrevenu
es/{id}/exists'
:
'
/Hos
Clientsourc
es/{id}/exists'
:
get
:
tags
:
-
Hos
Eachrevenu
e
-
Hos
Clientsourc
e
summary
:
Check whether a model instance exists in the data source.
operationId
:
'
Hos
Eachrevenue.exists__get_HosEachrevenu
es_{id}_exists'
operationId
:
'
Hos
Clientsource.exists__get_HosClientsourc
es_{id}_exists'
parameters
:
-
name
:
id
in
:
path
...
...
@@ -22999,12 +23385,12 @@ paths:
exists
:
type
:
boolean
deprecated
:
false
'
/Hos
Eachrevenu
es/{id}'
:
'
/Hos
Clientsourc
es/{id}'
:
head
:
tags
:
-
Hos
Eachrevenu
e
-
Hos
Clientsourc
e
summary
:
Check whether a model instance exists in the data source.
operationId
:
'
Hos
Eachrevenue.exists__head_HosEachrevenu
es_{id}'
operationId
:
'
Hos
Clientsource.exists__head_HosClientsourc
es_{id}'
parameters
:
-
name
:
id
in
:
path
...
...
@@ -23023,9 +23409,9 @@ paths:
deprecated
:
false
get
:
tags
:
-
Hos
Eachrevenu
e
-
Hos
Clientsourc
e
summary
:
'
Find
a
model
instance
by
{{id}}
from
the
data
source.'
operationId
:
Hos
Eachrevenu
e.findById
operationId
:
Hos
Clientsourc
e.findById
parameters
:
-
name
:
id
in
:
path
...
...
@@ -23045,15 +23431,15 @@ paths:
'
200'
:
description
:
Request was successful
schema
:
$ref
:
'
#/definitions/Hos
Eachrevenu
e'
$ref
:
'
#/definitions/Hos
Clientsourc
e'
deprecated
:
false
put
:
tags
:
-
Hos
Eachrevenu
e
-
Hos
Clientsourc
e
summary
:
>-
Replace attributes for a model instance and persist it into the data
source.
operationId: 'Hos
Eachrevenue.replaceById__put_HosEachrevenu
es_{id}'
operationId: 'Hos
Clientsource.replaceById__put_HosClientsourc
es_{id}'
parameters:
- name: id
in: path
...
...
@@ -23067,18 +23453,18 @@ paths:
required: false
schema:
description: Model instance data
$ref: '#/definitions/Hos
Eachrevenu
e'
$ref: '#/definitions/Hos
Clientsourc
e'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/Hos
Eachrevenu
e'
$ref: '#/definitions/Hos
Clientsourc
e'
deprecated: false
delete
:
tags
:
-
Hos
Eachrevenu
e
-
Hos
Clientsourc
e
summary
:
'
Delete
a
model
instance
by
{{id}}
from
the
data
source.'
operationId
:
Hos
Eachrevenu
e.deleteById
operationId
:
Hos
Clientsourc
e.deleteById
parameters
:
-
name
:
id
in
:
path
...
...
@@ -23094,15 +23480,15 @@ paths:
deprecated
:
false
patch
:
tags
:
-
Hos
Eachrevenu
e
-
Hos
Clientsourc
e
summary
:
>-
Patch attributes for a model instance and persist it into the data
source.
operationId: Hos
Eachrevenu
e.prototype.patchAttributes
operationId: Hos
Clientsourc
e.prototype.patchAttributes
parameters:
- name: id
in: path
description: Hos
Eachrevenu
e id
description: Hos
Clientsourc
e id
required: true
type: string
format: JSON
...
...
@@ -23112,21 +23498,21 @@ paths:
required: false
schema:
description: An object of model property name/value pairs
$ref: '#/definitions/Hos
Eachrevenu
e'
$ref: '#/definitions/Hos
Clientsourc
e'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/Hos
Eachrevenu
e'
$ref: '#/definitions/Hos
Clientsourc
e'
deprecated: false
'
/Hos
Eachrevenu
es/{id}/replace'
:
'
/Hos
Clientsourc
es/{id}/replace'
:
post
:
tags
:
-
Hos
Eachrevenu
e
-
Hos
Clientsourc
e
summary
:
>-
Replace attributes for a model instance and persist it into the data
source.
operationId: 'Hos
Eachrevenue.replaceById__post_HosEachrevenu
es_{id}_replace'
operationId: 'Hos
Clientsource.replaceById__post_HosClientsourc
es_{id}_replace'
parameters:
- name: id
in: path
...
...
@@ -23140,19 +23526,19 @@ paths:
required: false
schema:
description: Model instance data
$ref: '#/definitions/Hos
Eachrevenu
e'
$ref: '#/definitions/Hos
Clientsourc
e'
responses:
'200':
description: Request was successful
schema:
$ref: '#/definitions/Hos
Eachrevenu
e'
$ref: '#/definitions/Hos
Clientsourc
e'
deprecated: false
/Hos
Eachrevenu
es/findOne
:
/Hos
Clientsourc
es/findOne
:
get
:
tags
:
-
Hos
Eachrevenu
e
-
Hos
Clientsourc
e
summary
:
Find first instance of the model matched by filter from the data source.
operationId
:
Hos
Eachrevenu
e.findOne
operationId
:
Hos
Clientsourc
e.findOne
parameters
:
-
name
:
filter
in
:
query
...
...
@@ -23169,14 +23555,14 @@ paths:
'
200'
:
description
:
Request was successful
schema
:
$ref
:
'
#/definitions/Hos
Eachrevenu
e'
$ref
:
'
#/definitions/Hos
Clientsourc
e'
deprecated
:
false
/Hos
Eachrevenu
es/update
:
/Hos
Clientsourc
es/update
:
post
:
tags
:
-
Hos
Eachrevenu
e
-
Hos
Clientsourc
e
summary
:
'
Update
instances
of
the
model
matched
by
{{where}}
from
the
data
source.'
operationId
:
Hos
Eachrevenu
e.updateAll
operationId
:
Hos
Clientsourc
e.updateAll
parameters
:
-
name
:
where
in
:
query
...
...
@@ -23190,7 +23576,7 @@ paths:
required
:
false
schema
:
description
:
An object of model property name/value pairs
$ref
:
'
#/definitions/Hos
Eachrevenu
e'
$ref
:
'
#/definitions/Hos
Clientsourc
e'
responses
:
'
200'
:
description
:
Request was successful
...
...
@@ -23203,12 +23589,12 @@ paths:
type
:
number
format
:
double
deprecated
:
false
/Hos
Eachrevenu
es/count
:
/Hos
Clientsourc
es/count
:
get
:
tags
:
-
Hos
Eachrevenu
e
-
Hos
Clientsourc
e
summary
:
Count instances of the model matched by where from the data source.
operationId
:
Hos
Eachrevenu
e.count
operationId
:
Hos
Clientsourc
e.count
parameters
:
-
name
:
where
in
:
query
...
...
@@ -24226,7 +24612,7 @@ definitions:
type
:
number
format
:
double
additionalProperties
:
false
HosEacharea
hospitals
:
HosEacharea
revenue
:
properties
:
id
:
maxLength
:
36
...
...
@@ -24237,34 +24623,35 @@ definitions:
value
:
type
:
number
format
:
double
required
:
-
value
additionalProperties
:
false
HosEach
area
revenue
:
HosEachrevenue
:
properties
:
id
:
maxLength
:
36
type
:
string
name
:
maxLength
:
100
type
:
string
value
:
type
:
number
format
:
double
additionalProperties
:
false
HosEach
revenue
:
HosEach
areahospitals
:
properties
:
id
:
maxLength
:
36
type
:
string
name
:
maxLength
:
5
type
:
string
value
:
type
:
number
format
:
double
required
:
-
name
-
value
additionalProperties
:
false
HosClientsource
:
properties
:
id
:
maxLength
:
36
type
:
string
value
:
type
:
number
format
:
double
additionalProperties
:
false
basePath
:
/api/ruipeng
swagger
:
'
2.0'
...
...
server/model-config.json
View file @
0ab91c48
...
...
@@ -241,15 +241,19 @@
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"HosEacharea
hospitals
"
:
{
"HosEacharea
revenue
"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"HosEach
area
revenue"
:
{
"HosEachrevenue"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"HosEachrevenue"
:
{
"HosEachareahospitals"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"HosClientsource"
:
{
"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