| | |
| | | - 3 |
| | | type: integer |
| | | x-enum-comments: |
| | | AllCar: 全车 |
| | | AllCar: 全车结束 |
| | | LeftHalfCar: 左半车 |
| | | RightHalfCar: 右半车 |
| | | x-enum-varnames: |
| | |
| | | type: string |
| | | workshopGroup: |
| | | description: 车组 |
| | | type: string |
| | | type: integer |
| | | type: object |
| | | models.RawSilkPriceStandard: |
| | | properties: |
| | |
| | | type: integer |
| | | workshopGroup: |
| | | description: 车组 |
| | | type: string |
| | | type: integer |
| | | type: object |
| | | request.DynamicsRank: |
| | | properties: |
| | |
| | | info: |
| | | contact: {} |
| | | paths: |
| | | /api-jl/v1/fineness/check: |
| | | get: |
| | | parameters: |
| | | - in: query |
| | | name: keyword |
| | | type: string |
| | | - description: 页码 |
| | | in: query |
| | | name: page |
| | | type: integer |
| | | - description: 每页大小 |
| | | in: query |
| | | name: pageSize |
| | | type: integer |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.ResponseList' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/models.FinenessRegister' |
| | | type: array |
| | | type: object |
| | | summary: 纤度检验列表 |
| | | tags: |
| | | - 纤度检验 |
| | | post: |
| | | parameters: |
| | | - description: 字典信息 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.AddFinenessRegister' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 纤度检验修改 |
| | | tags: |
| | | - 纤度检验 |
| | | /api-jl/v1/fineness/check/{id}: |
| | | delete: |
| | | parameters: |
| | | - description: 字典信息 |
| | | in: path |
| | | name: id |
| | | required: true |
| | | type: string |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 纤度检验删除 |
| | | tags: |
| | | - 纤度检验 |
| | | get: |
| | | parameters: |
| | | - description: 字典信息 |
| | | in: path |
| | | name: id |
| | | required: true |
| | | type: string |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.ResponseList' |
| | | - properties: |
| | | data: |
| | | $ref: '#/definitions/models.FinenessRegister' |
| | | type: object |
| | | summary: 纤度检验详情 |
| | | tags: |
| | | - 纤度检验 |
| | | /api-jl/v1/fineness/register: |
| | | get: |
| | | parameters: |
| | | - in: query |
| | | name: keyword |
| | | type: string |
| | | - description: 页码 |
| | | in: query |
| | | name: page |
| | |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.AddFinenessRegister' |
| | | - description: token |
| | | in: header |
| | | name: Authorization |
| | | required: true |
| | | type: string |
| | | produces: |
| | | - application/json |
| | | responses: |
| | |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/models.WorkshopManage' |
| | | - description: token |
| | | in: header |
| | | name: Authorization |
| | | required: true |
| | | type: string |
| | | produces: |
| | | - application/json |
| | | responses: |