| | |
| | | description: 产品id |
| | | type: string |
| | | type: object |
| | | request.AddLocationProductAmount: |
| | | properties: |
| | | Amount: |
| | | description: 库存数量 |
| | | type: number |
| | | adjustAmount: |
| | | description: 差值 |
| | | type: number |
| | | differenceAmount: |
| | | description: 计数数量 |
| | | type: number |
| | | locationId: |
| | | type: integer |
| | | productId: |
| | | type: string |
| | | type: object |
| | | request.AddOperation: |
| | | properties: |
| | | comment: |
| | |
| | | differenceAmount: |
| | | description: 计数数量 |
| | | type: number |
| | | locationId: |
| | | description: 位置id |
| | | type: integer |
| | | operationId: |
| | | description: 出入库id |
| | | type: integer |
| | |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.AddLocationProductAmount' |
| | | $ref: '#/definitions/request.UpdateLocationProductAmount' |
| | | produces: |
| | | - application/json |
| | | responses: |