Commit f608b14a authored by 朱涛's avatar 朱涛

add

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