| | |
| | | type: integer |
| | | quantity: |
| | | description: 数量 |
| | | type: number |
| | | type: integer |
| | | sum: |
| | | description: 纤度合计 |
| | | type: number |
| | |
| | | type: string |
| | | record: |
| | | type: number |
| | | selectOne: |
| | | type: boolean |
| | | selectThree: |
| | | type: boolean |
| | | selectTwo: |
| | | type: boolean |
| | | spec: |
| | | type: string |
| | | theorySilkAmount: |
| | |
| | | type: string |
| | | vehicleSpeed: |
| | | type: number |
| | | workshopId: |
| | | type: integer |
| | | workshopName: |
| | | description: 车间名 |
| | | type: string |
| | | workshopNumber: |
| | | type: string |
| | | type: object |
| | | models.YieldRegisterCircle: |
| | |
| | | spec: |
| | | description: 规格 |
| | | type: string |
| | | workshopId: |
| | | description: 车间id |
| | | type: integer |
| | | workshopNumber: |
| | | description: 车间编码 |
| | | type: string |
| | | type: object |
| | | request.DynamicsRank: |
| | | properties: |
| | |
| | | type: integer |
| | | quantity: |
| | | description: 数量 |
| | | type: number |
| | | type: integer |
| | | sum: |
| | | description: 合计 |
| | | type: number |
| | |
| | | record: |
| | | description: 生产用时 |
| | | type: number |
| | | selectOne: |
| | | description: 落丝桶数1选中 |
| | | type: boolean |
| | | selectThree: |
| | | description: 落丝桶数3选中 |
| | | type: boolean |
| | | selectTwo: |
| | | description: 落丝桶数2选中 |
| | | type: boolean |
| | | spec: |
| | | description: 规格 |
| | | type: string |
| | |
| | | vehicleSpeed: |
| | | description: 实时车速 |
| | | type: number |
| | | workshopId: |
| | | description: 车间id |
| | | type: integer |
| | | workshopNumber: |
| | | description: 车间编码 |
| | | type: string |
| | | type: object |
| | | request.YieldRegisterItemInfo: |
| | | properties: |
| | |
| | | summary: 获取车辆编号和等级 |
| | | tags: |
| | | - 系统设置/车间管理 |
| | | /api-jl/v1/system/getCarNumber: |
| | | post: |
| | | parameters: |
| | | - description: token |
| | | in: header |
| | | name: Authorization |
| | | required: true |
| | | type: string |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.GetWorkshopManageCar' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.Response' |
| | | - properties: |
| | | data: |
| | | items: |
| | | type: integer |
| | | type: array |
| | | type: object |
| | | summary: 获取车辆编号 |
| | | tags: |
| | | - 系统设置/车间管理 |
| | | /api-jl/v1/system/getPriceStandardList: |
| | | get: |
| | | parameters: |