| | |
| | | id: |
| | | type: integer |
| | | type: object |
| | | request.SupplierStatus: |
| | | properties: |
| | | id: |
| | | type: integer |
| | | status: |
| | | type: integer |
| | | type: object |
| | | request.SysAuthorityBtnReq: |
| | | properties: |
| | | authorityId: |
| | |
| | | summary: 更新菜单 |
| | | tags: |
| | | - Menu |
| | | /s/changeSupplierStatus: |
| | | post: |
| | | consumes: |
| | | - application/json |
| | | parameters: |
| | | - description: 修改Supplier状态 |
| | | in: body |
| | | name: data |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.SupplierStatus' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: '{"success":true,"data":{},"msg":"修改成功"}' |
| | | schema: |
| | | type: string |
| | | security: |
| | | - ApiKeyAuth: [] |
| | | summary: 修改Supplier状态 |
| | | tags: |
| | | - Supplier |
| | | /s/createSupplier: |
| | | post: |
| | | consumes: |