Commit f608b14a authored by 朱涛's avatar 朱涛

add

parent 3f6f9a81
...@@ -40,14 +40,14 @@ ...@@ -40,14 +40,14 @@
"nullable": "Y" "nullable": "Y"
} }
}, },
"value": { "img": {
"type": "String", "type": "String",
"required": false, "required": false,
"length": 500, "length": 500,
"precision": null, "precision": null,
"scale": null, "scale": null,
"mysql": { "mysql": {
"columnName": "value", "columnName": "img",
"dataType": "varchar", "dataType": "varchar",
"dataLength": 500, "dataLength": 500,
"dataPrecision": null, "dataPrecision": null,
......
...@@ -40,14 +40,14 @@ ...@@ -40,14 +40,14 @@
"nullable": "Y" "nullable": "Y"
} }
}, },
"value": { "img": {
"type": "String", "type": "String",
"required": false, "required": false,
"length": 500, "length": 500,
"precision": null, "precision": null,
"scale": null, "scale": null,
"mysql": { "mysql": {
"columnName": "value", "columnName": "img",
"dataType": "varchar", "dataType": "varchar",
"dataLength": 500, "dataLength": 500,
"dataPrecision": null, "dataPrecision": null,
......
...@@ -76135,12 +76135,12 @@ paths: ...@@ -76135,12 +76135,12 @@ paths:
type: number type: number
format: double format: double
deprecated: false deprecated: false
/MainCompanylogos: /MainBrandlogos:
post: post:
tags: tags:
- MainCompanylogo - MainBrandlogo
summary: Create a new instance of the model and persist it into the data source. summary: Create a new instance of the model and persist it into the data source.
operationId: MainCompanylogo.create operationId: MainBrandlogo.create
parameters: parameters:
- name: data - name: data
in: body in: body
...@@ -76148,20 +76148,20 @@ paths: ...@@ -76148,20 +76148,20 @@ paths:
required: false required: false
schema: schema:
description: Model instance data description: Model instance data
$ref: '#/definitions/MainCompanylogo' $ref: '#/definitions/MainBrandlogo'
responses: responses:
'200': '200':
description: Request was successful description: Request was successful
schema: schema:
$ref: '#/definitions/MainCompanylogo' $ref: '#/definitions/MainBrandlogo'
deprecated: false deprecated: false
patch: patch:
tags: tags:
- MainCompanylogo - MainBrandlogo
summary: >- summary: >-
Patch an existing model instance or insert a new one into the data Patch an existing model instance or insert a new one into the data
source. source.
operationId: MainCompanylogo.patchOrCreate operationId: MainBrandlogo.patchOrCreate
parameters: parameters:
- name: data - name: data
in: body in: body
...@@ -76169,20 +76169,20 @@ paths: ...@@ -76169,20 +76169,20 @@ paths:
required: false required: false
schema: schema:
description: Model instance data description: Model instance data
$ref: '#/definitions/MainCompanylogo' $ref: '#/definitions/MainBrandlogo'
responses: responses:
'200': '200':
description: Request was successful description: Request was successful
schema: schema:
$ref: '#/definitions/MainCompanylogo' $ref: '#/definitions/MainBrandlogo'
deprecated: false deprecated: false
put: put:
tags: tags:
- MainCompanylogo - MainBrandlogo
summary: >- summary: >-
Replace an existing model instance or insert a new one into the data Replace an existing model instance or insert a new one into the data
source. source.
operationId: MainCompanylogo.replaceOrCreate__put_MainCompanylogos operationId: MainBrandlogo.replaceOrCreate__put_MainBrandlogos
parameters: parameters:
- name: data - name: data
in: body in: body
...@@ -76190,18 +76190,18 @@ paths: ...@@ -76190,18 +76190,18 @@ paths:
required: false required: false
schema: schema:
description: Model instance data description: Model instance data
$ref: '#/definitions/MainCompanylogo' $ref: '#/definitions/MainBrandlogo'
responses: responses:
'200': '200':
description: Request was successful description: Request was successful
schema: schema:
$ref: '#/definitions/MainCompanylogo' $ref: '#/definitions/MainBrandlogo'
deprecated: false deprecated: false
get: get:
tags: tags:
- MainCompanylogo - MainBrandlogo
summary: Find all instances of the model matched by filter from the data source. summary: Find all instances of the model matched by filter from the data source.
operationId: MainCompanylogo.find operationId: MainBrandlogo.find
parameters: parameters:
- name: filter - name: filter
in: query in: query
...@@ -76220,16 +76220,16 @@ paths: ...@@ -76220,16 +76220,16 @@ paths:
schema: schema:
type: array type: array
items: items:
$ref: '#/definitions/MainCompanylogo' $ref: '#/definitions/MainBrandlogo'
deprecated: false deprecated: false
/MainCompanylogos/replaceOrCreate: /MainBrandlogos/replaceOrCreate:
post: post:
tags: tags:
- MainCompanylogo - MainBrandlogo
summary: >- summary: >-
Replace an existing model instance or insert a new one into the data Replace an existing model instance or insert a new one into the data
source. source.
operationId: MainCompanylogo.replaceOrCreate__post_MainCompanylogos_replaceOrCreate operationId: MainBrandlogo.replaceOrCreate__post_MainBrandlogos_replaceOrCreate
parameters: parameters:
- name: data - name: data
in: body in: body
...@@ -76237,21 +76237,21 @@ paths: ...@@ -76237,21 +76237,21 @@ paths:
required: false required: false
schema: schema:
description: Model instance data description: Model instance data
$ref: '#/definitions/MainCompanylogo' $ref: '#/definitions/MainBrandlogo'
responses: responses:
'200': '200':
description: Request was successful description: Request was successful
schema: schema:
$ref: '#/definitions/MainCompanylogo' $ref: '#/definitions/MainBrandlogo'
deprecated: false deprecated: false
/MainCompanylogos/upsertWithWhere: /MainBrandlogos/upsertWithWhere:
post: post:
tags: tags:
- MainCompanylogo - MainBrandlogo
summary: >- summary: >-
Update an existing model instance or insert a new one into the data Update an existing model instance or insert a new one into the data
source based on the where criteria. source based on the where criteria.
operationId: MainCompanylogo.upsertWithWhere operationId: MainBrandlogo.upsertWithWhere
parameters: parameters:
- name: where - name: where
in: query in: query
...@@ -76265,19 +76265,19 @@ paths: ...@@ -76265,19 +76265,19 @@ paths:
required: false required: false
schema: schema:
description: An object of model property name/value pairs description: An object of model property name/value pairs
$ref: '#/definitions/MainCompanylogo' $ref: '#/definitions/MainBrandlogo'
responses: responses:
'200': '200':
description: Request was successful description: Request was successful
schema: schema:
$ref: '#/definitions/MainCompanylogo' $ref: '#/definitions/MainBrandlogo'
deprecated: false deprecated: false
'/MainCompanylogos/{id}/exists': '/MainBrandlogos/{id}/exists':
get: get:
tags: tags:
- MainCompanylogo - MainBrandlogo
summary: Check whether a model instance exists in the data source. summary: Check whether a model instance exists in the data source.
operationId: 'MainCompanylogo.exists__get_MainCompanylogos_{id}_exists' operationId: 'MainBrandlogo.exists__get_MainBrandlogos_{id}_exists'
parameters: parameters:
- name: id - name: id
in: path in: path
...@@ -76294,12 +76294,12 @@ paths: ...@@ -76294,12 +76294,12 @@ paths:
exists: exists:
type: boolean type: boolean
deprecated: false deprecated: false
'/MainCompanylogos/{id}': '/MainBrandlogos/{id}':
head: head:
tags: tags:
- MainCompanylogo - MainBrandlogo
summary: Check whether a model instance exists in the data source. summary: Check whether a model instance exists in the data source.
operationId: 'MainCompanylogo.exists__head_MainCompanylogos_{id}' operationId: 'MainBrandlogo.exists__head_MainBrandlogos_{id}'
parameters: parameters:
- name: id - name: id
in: path in: path
...@@ -76318,9 +76318,9 @@ paths: ...@@ -76318,9 +76318,9 @@ paths:
deprecated: false deprecated: false
get: get:
tags: tags:
- MainCompanylogo - MainBrandlogo
summary: 'Find a model instance by {{id}} from the data source.' summary: 'Find a model instance by {{id}} from the data source.'
operationId: MainCompanylogo.findById operationId: MainBrandlogo.findById
parameters: parameters:
- name: id - name: id
in: path in: path
...@@ -76340,15 +76340,15 @@ paths: ...@@ -76340,15 +76340,15 @@ paths:
'200': '200':
description: Request was successful description: Request was successful
schema: schema:
$ref: '#/definitions/MainCompanylogo' $ref: '#/definitions/MainBrandlogo'
deprecated: false deprecated: false
put: put:
tags: tags:
- MainCompanylogo - MainBrandlogo
summary: >- summary: >-
Replace attributes for a model instance and persist it into the data Replace attributes for a model instance and persist it into the data
source. source.
operationId: 'MainCompanylogo.replaceById__put_MainCompanylogos_{id}' operationId: 'MainBrandlogo.replaceById__put_MainBrandlogos_{id}'
parameters: parameters:
- name: id - name: id
in: path in: path
...@@ -76362,18 +76362,18 @@ paths: ...@@ -76362,18 +76362,18 @@ paths:
required: false required: false
schema: schema:
description: Model instance data description: Model instance data
$ref: '#/definitions/MainCompanylogo' $ref: '#/definitions/MainBrandlogo'
responses: responses:
'200': '200':
description: Request was successful description: Request was successful
schema: schema:
$ref: '#/definitions/MainCompanylogo' $ref: '#/definitions/MainBrandlogo'
deprecated: false deprecated: false
delete: delete:
tags: tags:
- MainCompanylogo - MainBrandlogo
summary: 'Delete a model instance by {{id}} from the data source.' summary: 'Delete a model instance by {{id}} from the data source.'
operationId: MainCompanylogo.deleteById operationId: MainBrandlogo.deleteById
parameters: parameters:
- name: id - name: id
in: path in: path
...@@ -76389,15 +76389,15 @@ paths: ...@@ -76389,15 +76389,15 @@ paths:
deprecated: false deprecated: false
patch: patch:
tags: tags:
- MainCompanylogo - MainBrandlogo
summary: >- summary: >-
Patch attributes for a model instance and persist it into the data Patch attributes for a model instance and persist it into the data
source. source.
operationId: MainCompanylogo.prototype.patchAttributes operationId: MainBrandlogo.prototype.patchAttributes
parameters: parameters:
- name: id - name: id
in: path in: path
description: MainCompanylogo id description: MainBrandlogo id
required: true required: true
type: string type: string
format: JSON format: JSON
...@@ -76407,21 +76407,21 @@ paths: ...@@ -76407,21 +76407,21 @@ paths:
required: false required: false
schema: schema:
description: An object of model property name/value pairs description: An object of model property name/value pairs
$ref: '#/definitions/MainCompanylogo' $ref: '#/definitions/MainBrandlogo'
responses: responses:
'200': '200':
description: Request was successful description: Request was successful
schema: schema:
$ref: '#/definitions/MainCompanylogo' $ref: '#/definitions/MainBrandlogo'
deprecated: false deprecated: false
'/MainCompanylogos/{id}/replace': '/MainBrandlogos/{id}/replace':
post: post:
tags: tags:
- MainCompanylogo - MainBrandlogo
summary: >- summary: >-
Replace attributes for a model instance and persist it into the data Replace attributes for a model instance and persist it into the data
source. source.
operationId: 'MainCompanylogo.replaceById__post_MainCompanylogos_{id}_replace' operationId: 'MainBrandlogo.replaceById__post_MainBrandlogos_{id}_replace'
parameters: parameters:
- name: id - name: id
in: path in: path
...@@ -76435,19 +76435,19 @@ paths: ...@@ -76435,19 +76435,19 @@ paths:
required: false required: false
schema: schema:
description: Model instance data description: Model instance data
$ref: '#/definitions/MainCompanylogo' $ref: '#/definitions/MainBrandlogo'
responses: responses:
'200': '200':
description: Request was successful description: Request was successful
schema: schema:
$ref: '#/definitions/MainCompanylogo' $ref: '#/definitions/MainBrandlogo'
deprecated: false deprecated: false
/MainCompanylogos/findOne: /MainBrandlogos/findOne:
get: get:
tags: tags:
- MainCompanylogo - MainBrandlogo
summary: Find first instance of the model matched by filter from the data source. summary: Find first instance of the model matched by filter from the data source.
operationId: MainCompanylogo.findOne operationId: MainBrandlogo.findOne
parameters: parameters:
- name: filter - name: filter
in: query in: query
...@@ -76464,14 +76464,14 @@ paths: ...@@ -76464,14 +76464,14 @@ paths:
'200': '200':
description: Request was successful description: Request was successful
schema: schema:
$ref: '#/definitions/MainCompanylogo' $ref: '#/definitions/MainBrandlogo'
deprecated: false deprecated: false
/MainCompanylogos/update: /MainBrandlogos/update:
post: post:
tags: tags:
- MainCompanylogo - MainBrandlogo
summary: 'Update instances of the model matched by {{where}} from the data source.' summary: 'Update instances of the model matched by {{where}} from the data source.'
operationId: MainCompanylogo.updateAll operationId: MainBrandlogo.updateAll
parameters: parameters:
- name: where - name: where
in: query in: query
...@@ -76485,7 +76485,7 @@ paths: ...@@ -76485,7 +76485,7 @@ paths:
required: false required: false
schema: schema:
description: An object of model property name/value pairs description: An object of model property name/value pairs
$ref: '#/definitions/MainCompanylogo' $ref: '#/definitions/MainBrandlogo'
responses: responses:
'200': '200':
description: Request was successful description: Request was successful
...@@ -76498,12 +76498,12 @@ paths: ...@@ -76498,12 +76498,12 @@ paths:
type: number type: number
format: double format: double
deprecated: false deprecated: false
/MainCompanylogos/count: /MainBrandlogos/count:
get: get:
tags: tags:
- MainCompanylogo - MainBrandlogo
summary: Count instances of the model matched by where from the data source. summary: Count instances of the model matched by where from the data source.
operationId: MainCompanylogo.count operationId: MainBrandlogo.count
parameters: parameters:
- name: where - name: where
in: query in: query
...@@ -76521,12 +76521,12 @@ paths: ...@@ -76521,12 +76521,12 @@ paths:
type: number type: number
format: double format: double
deprecated: false deprecated: false
/MainBrandlogos: /MainCompanylogos:
post: post:
tags: tags:
- MainBrandlogo - MainCompanylogo
summary: Create a new instance of the model and persist it into the data source. summary: Create a new instance of the model and persist it into the data source.
operationId: MainBrandlogo.create operationId: MainCompanylogo.create
parameters: parameters:
- name: data - name: data
in: body in: body
...@@ -76534,20 +76534,20 @@ paths: ...@@ -76534,20 +76534,20 @@ paths:
required: false required: false
schema: schema:
description: Model instance data description: Model instance data
$ref: '#/definitions/MainBrandlogo' $ref: '#/definitions/MainCompanylogo'
responses: responses:
'200': '200':
description: Request was successful description: Request was successful
schema: schema:
$ref: '#/definitions/MainBrandlogo' $ref: '#/definitions/MainCompanylogo'
deprecated: false deprecated: false
patch: patch:
tags: tags:
- MainBrandlogo - MainCompanylogo
summary: >- summary: >-
Patch an existing model instance or insert a new one into the data Patch an existing model instance or insert a new one into the data
source. source.
operationId: MainBrandlogo.patchOrCreate operationId: MainCompanylogo.patchOrCreate
parameters: parameters:
- name: data - name: data
in: body in: body
...@@ -76555,20 +76555,20 @@ paths: ...@@ -76555,20 +76555,20 @@ paths:
required: false required: false
schema: schema:
description: Model instance data description: Model instance data
$ref: '#/definitions/MainBrandlogo' $ref: '#/definitions/MainCompanylogo'
responses: responses:
'200': '200':
description: Request was successful description: Request was successful
schema: schema:
$ref: '#/definitions/MainBrandlogo' $ref: '#/definitions/MainCompanylogo'
deprecated: false deprecated: false
put: put:
tags: tags:
- MainBrandlogo - MainCompanylogo
summary: >- summary: >-
Replace an existing model instance or insert a new one into the data Replace an existing model instance or insert a new one into the data
source. source.
operationId: MainBrandlogo.replaceOrCreate__put_MainBrandlogos operationId: MainCompanylogo.replaceOrCreate__put_MainCompanylogos
parameters: parameters:
- name: data - name: data
in: body in: body
...@@ -76576,18 +76576,18 @@ paths: ...@@ -76576,18 +76576,18 @@ paths:
required: false required: false
schema: schema:
description: Model instance data description: Model instance data
$ref: '#/definitions/MainBrandlogo' $ref: '#/definitions/MainCompanylogo'
responses: responses:
'200': '200':
description: Request was successful description: Request was successful
schema: schema:
$ref: '#/definitions/MainBrandlogo' $ref: '#/definitions/MainCompanylogo'
deprecated: false deprecated: false
get: get:
tags: tags:
- MainBrandlogo - MainCompanylogo
summary: Find all instances of the model matched by filter from the data source. summary: Find all instances of the model matched by filter from the data source.
operationId: MainBrandlogo.find operationId: MainCompanylogo.find
parameters: parameters:
- name: filter - name: filter
in: query in: query
...@@ -76606,16 +76606,16 @@ paths: ...@@ -76606,16 +76606,16 @@ paths:
schema: schema:
type: array type: array
items: items:
$ref: '#/definitions/MainBrandlogo' $ref: '#/definitions/MainCompanylogo'
deprecated: false deprecated: false
/MainBrandlogos/replaceOrCreate: /MainCompanylogos/replaceOrCreate:
post: post:
tags: tags:
- MainBrandlogo - MainCompanylogo
summary: >- summary: >-
Replace an existing model instance or insert a new one into the data Replace an existing model instance or insert a new one into the data
source. source.
operationId: MainBrandlogo.replaceOrCreate__post_MainBrandlogos_replaceOrCreate operationId: MainCompanylogo.replaceOrCreate__post_MainCompanylogos_replaceOrCreate
parameters: parameters:
- name: data - name: data
in: body in: body
...@@ -76623,21 +76623,21 @@ paths: ...@@ -76623,21 +76623,21 @@ paths:
required: false required: false
schema: schema:
description: Model instance data description: Model instance data
$ref: '#/definitions/MainBrandlogo' $ref: '#/definitions/MainCompanylogo'
responses: responses:
'200': '200':
description: Request was successful description: Request was successful
schema: schema:
$ref: '#/definitions/MainBrandlogo' $ref: '#/definitions/MainCompanylogo'
deprecated: false deprecated: false
/MainBrandlogos/upsertWithWhere: /MainCompanylogos/upsertWithWhere:
post: post:
tags: tags:
- MainBrandlogo - MainCompanylogo
summary: >- summary: >-
Update an existing model instance or insert a new one into the data Update an existing model instance or insert a new one into the data
source based on the where criteria. source based on the where criteria.
operationId: MainBrandlogo.upsertWithWhere operationId: MainCompanylogo.upsertWithWhere
parameters: parameters:
- name: where - name: where
in: query in: query
...@@ -76651,19 +76651,19 @@ paths: ...@@ -76651,19 +76651,19 @@ paths:
required: false required: false
schema: schema:
description: An object of model property name/value pairs description: An object of model property name/value pairs
$ref: '#/definitions/MainBrandlogo' $ref: '#/definitions/MainCompanylogo'
responses: responses:
'200': '200':
description: Request was successful description: Request was successful
schema: schema:
$ref: '#/definitions/MainBrandlogo' $ref: '#/definitions/MainCompanylogo'
deprecated: false deprecated: false
'/MainBrandlogos/{id}/exists': '/MainCompanylogos/{id}/exists':
get: get:
tags: tags:
- MainBrandlogo - MainCompanylogo
summary: Check whether a model instance exists in the data source. summary: Check whether a model instance exists in the data source.
operationId: 'MainBrandlogo.exists__get_MainBrandlogos_{id}_exists' operationId: 'MainCompanylogo.exists__get_MainCompanylogos_{id}_exists'
parameters: parameters:
- name: id - name: id
in: path in: path
...@@ -76680,12 +76680,12 @@ paths: ...@@ -76680,12 +76680,12 @@ paths:
exists: exists:
type: boolean type: boolean
deprecated: false deprecated: false
'/MainBrandlogos/{id}': '/MainCompanylogos/{id}':
head: head:
tags: tags:
- MainBrandlogo - MainCompanylogo
summary: Check whether a model instance exists in the data source. summary: Check whether a model instance exists in the data source.
operationId: 'MainBrandlogo.exists__head_MainBrandlogos_{id}' operationId: 'MainCompanylogo.exists__head_MainCompanylogos_{id}'
parameters: parameters:
- name: id - name: id
in: path in: path
...@@ -76704,9 +76704,9 @@ paths: ...@@ -76704,9 +76704,9 @@ paths:
deprecated: false deprecated: false
get: get:
tags: tags:
- MainBrandlogo - MainCompanylogo
summary: 'Find a model instance by {{id}} from the data source.' summary: 'Find a model instance by {{id}} from the data source.'
operationId: MainBrandlogo.findById operationId: MainCompanylogo.findById
parameters: parameters:
- name: id - name: id
in: path in: path
...@@ -76726,15 +76726,15 @@ paths: ...@@ -76726,15 +76726,15 @@ paths:
'200': '200':
description: Request was successful description: Request was successful
schema: schema:
$ref: '#/definitions/MainBrandlogo' $ref: '#/definitions/MainCompanylogo'
deprecated: false deprecated: false
put: put:
tags: tags:
- MainBrandlogo - MainCompanylogo
summary: >- summary: >-
Replace attributes for a model instance and persist it into the data Replace attributes for a model instance and persist it into the data
source. source.
operationId: 'MainBrandlogo.replaceById__put_MainBrandlogos_{id}' operationId: 'MainCompanylogo.replaceById__put_MainCompanylogos_{id}'
parameters: parameters:
- name: id - name: id
in: path in: path
...@@ -76748,18 +76748,18 @@ paths: ...@@ -76748,18 +76748,18 @@ paths:
required: false required: false
schema: schema:
description: Model instance data description: Model instance data
$ref: '#/definitions/MainBrandlogo' $ref: '#/definitions/MainCompanylogo'
responses: responses:
'200': '200':
description: Request was successful description: Request was successful
schema: schema:
$ref: '#/definitions/MainBrandlogo' $ref: '#/definitions/MainCompanylogo'
deprecated: false deprecated: false
delete: delete:
tags: tags:
- MainBrandlogo - MainCompanylogo
summary: 'Delete a model instance by {{id}} from the data source.' summary: 'Delete a model instance by {{id}} from the data source.'
operationId: MainBrandlogo.deleteById operationId: MainCompanylogo.deleteById
parameters: parameters:
- name: id - name: id
in: path in: path
...@@ -76775,15 +76775,15 @@ paths: ...@@ -76775,15 +76775,15 @@ paths:
deprecated: false deprecated: false
patch: patch:
tags: tags:
- MainBrandlogo - MainCompanylogo
summary: >- summary: >-
Patch attributes for a model instance and persist it into the data Patch attributes for a model instance and persist it into the data
source. source.
operationId: MainBrandlogo.prototype.patchAttributes operationId: MainCompanylogo.prototype.patchAttributes
parameters: parameters:
- name: id - name: id
in: path in: path
description: MainBrandlogo id description: MainCompanylogo id
required: true required: true
type: string type: string
format: JSON format: JSON
...@@ -76793,21 +76793,21 @@ paths: ...@@ -76793,21 +76793,21 @@ paths:
required: false required: false
schema: schema:
description: An object of model property name/value pairs description: An object of model property name/value pairs
$ref: '#/definitions/MainBrandlogo' $ref: '#/definitions/MainCompanylogo'
responses: responses:
'200': '200':
description: Request was successful description: Request was successful
schema: schema:
$ref: '#/definitions/MainBrandlogo' $ref: '#/definitions/MainCompanylogo'
deprecated: false deprecated: false
'/MainBrandlogos/{id}/replace': '/MainCompanylogos/{id}/replace':
post: post:
tags: tags:
- MainBrandlogo - MainCompanylogo
summary: >- summary: >-
Replace attributes for a model instance and persist it into the data Replace attributes for a model instance and persist it into the data
source. source.
operationId: 'MainBrandlogo.replaceById__post_MainBrandlogos_{id}_replace' operationId: 'MainCompanylogo.replaceById__post_MainCompanylogos_{id}_replace'
parameters: parameters:
- name: id - name: id
in: path in: path
...@@ -76821,19 +76821,19 @@ paths: ...@@ -76821,19 +76821,19 @@ paths:
required: false required: false
schema: schema:
description: Model instance data description: Model instance data
$ref: '#/definitions/MainBrandlogo' $ref: '#/definitions/MainCompanylogo'
responses: responses:
'200': '200':
description: Request was successful description: Request was successful
schema: schema:
$ref: '#/definitions/MainBrandlogo' $ref: '#/definitions/MainCompanylogo'
deprecated: false deprecated: false
/MainBrandlogos/findOne: /MainCompanylogos/findOne:
get: get:
tags: tags:
- MainBrandlogo - MainCompanylogo
summary: Find first instance of the model matched by filter from the data source. summary: Find first instance of the model matched by filter from the data source.
operationId: MainBrandlogo.findOne operationId: MainCompanylogo.findOne
parameters: parameters:
- name: filter - name: filter
in: query in: query
...@@ -76850,14 +76850,14 @@ paths: ...@@ -76850,14 +76850,14 @@ paths:
'200': '200':
description: Request was successful description: Request was successful
schema: schema:
$ref: '#/definitions/MainBrandlogo' $ref: '#/definitions/MainCompanylogo'
deprecated: false deprecated: false
/MainBrandlogos/update: /MainCompanylogos/update:
post: post:
tags: tags:
- MainBrandlogo - MainCompanylogo
summary: 'Update instances of the model matched by {{where}} from the data source.' summary: 'Update instances of the model matched by {{where}} from the data source.'
operationId: MainBrandlogo.updateAll operationId: MainCompanylogo.updateAll
parameters: parameters:
- name: where - name: where
in: query in: query
...@@ -76871,7 +76871,7 @@ paths: ...@@ -76871,7 +76871,7 @@ paths:
required: false required: false
schema: schema:
description: An object of model property name/value pairs description: An object of model property name/value pairs
$ref: '#/definitions/MainBrandlogo' $ref: '#/definitions/MainCompanylogo'
responses: responses:
'200': '200':
description: Request was successful description: Request was successful
...@@ -76884,12 +76884,12 @@ paths: ...@@ -76884,12 +76884,12 @@ paths:
type: number type: number
format: double format: double
deprecated: false deprecated: false
/MainBrandlogos/count: /MainCompanylogos/count:
get: get:
tags: tags:
- MainBrandlogo - MainCompanylogo
summary: Count instances of the model matched by where from the data source. summary: Count instances of the model matched by where from the data source.
operationId: MainBrandlogo.count operationId: MainCompanylogo.count
parameters: parameters:
- name: where - name: where
in: query in: query
...@@ -80102,7 +80102,7 @@ definitions: ...@@ -80102,7 +80102,7 @@ definitions:
required: required:
- name - name
additionalProperties: false additionalProperties: false
MainCompanylogo: MainBrandlogo:
properties: properties:
id: id:
maxLength: 36 maxLength: 36
...@@ -80110,11 +80110,11 @@ definitions: ...@@ -80110,11 +80110,11 @@ definitions:
name: name:
maxLength: 500 maxLength: 500
type: string type: string
value: img:
maxLength: 500 maxLength: 500
type: string type: string
additionalProperties: false additionalProperties: false
MainBrandlogo: MainCompanylogo:
properties: properties:
id: id:
maxLength: 36 maxLength: 36
...@@ -80122,7 +80122,7 @@ definitions: ...@@ -80122,7 +80122,7 @@ definitions:
name: name:
maxLength: 500 maxLength: 500
type: string type: string
value: img:
maxLength: 500 maxLength: 500
type: string type: string
additionalProperties: false additionalProperties: false
...@@ -801,11 +801,11 @@ ...@@ -801,11 +801,11 @@
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"MainCompanylogo": { "MainBrandlogo": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"MainBrandlogo": { "MainCompanylogo": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment