| | |
| | | amount: |
| | | type: number |
| | | floating: |
| | | description: 是否浮动利率 |
| | | type: boolean |
| | | unit: |
| | | type: string |
| | |
| | | amount: |
| | | description: 在库数量 |
| | | type: number |
| | | amountMoreUnits: |
| | | description: 在库数量多单位 |
| | | items: |
| | | $ref: '#/definitions/models.UnitItems' |
| | | type: array |
| | | availableNumber: |
| | | description: 可用库存 |
| | | type: number |
| | | availableNumberMoreUnits: |
| | | description: 可用库存多单位 |
| | | items: |
| | | $ref: '#/definitions/models.UnitItems' |
| | | type: array |
| | | cost: |
| | | description: 成本 |
| | | type: number |
| | | in: |
| | | description: 入库 |
| | | type: number |
| | | inMoreUnits: |
| | | description: 入库多单位 |
| | | items: |
| | | $ref: '#/definitions/models.UnitItems' |
| | | type: array |
| | | out: |
| | | description: 出库 |
| | | type: number |
| | | outMoreUnits: |
| | | description: 出库多单位 |
| | | items: |
| | | $ref: '#/definitions/models.UnitItems' |
| | | type: array |
| | | produceId: |
| | | description: 产品id |
| | | type: string |