| | |
| | | request.AddOperation: |
| | | properties: |
| | | comment: |
| | | description: 备注 |
| | | type: string |
| | | companyID: |
| | | description: 公司ID-客户 |
| | |
| | | type: object |
| | | request.OperationDetails: |
| | | properties: |
| | | OperationId: |
| | | description: 操作id |
| | | type: integer |
| | | productId: |
| | | description: 产品id |
| | | type: integer |
| | | type: string |
| | | productName: |
| | | description: 产品名称 |
| | | type: string |
| | |
| | | type: object |
| | | request.UpdateOperation: |
| | | properties: |
| | | carrierID: |
| | | description: 承运商ID-非必填 |
| | | type: integer |
| | | carrierName: |
| | | description: 承运商名称-非必填 |
| | | comment: |
| | | description: 备注 |
| | | type: string |
| | | companyID: |
| | | description: 公司ID-客户 |
| | |
| | | toLocationId: |
| | | description: 目标位置id |
| | | type: integer |
| | | tracking: |
| | | description: 追踪参考-非必填 |
| | | type: string |
| | | transferWeight: |
| | | description: 物流重量(kg)-非必填 |
| | | type: number |
| | | weight: |
| | | description: 重量(kg)-非必填 |
| | | type: number |
| | | type: object |
| | | request.UpdateOperationType: |
| | | properties: |
| | |
| | | summary: 删除入库/出库信息 |
| | | tags: |
| | | - 入库/出库 |
| | | put: |
| | | post: |
| | | parameters: |
| | | - description: 入库信息 |
| | | in: body |