| | |
| | | description: 库存位置 |
| | | type: string |
| | | type: object |
| | | models.WarehouseMonthStats: |
| | | properties: |
| | | amount: |
| | | description: 期末结余数量 |
| | | type: number |
| | | beginAmount: |
| | | description: 期初数量 |
| | | type: number |
| | | createTime: |
| | | type: string |
| | | date: |
| | | description: 日期 2024-04 |
| | | type: string |
| | | id: |
| | | type: integer |
| | | inputAmount: |
| | | description: 入库数量 |
| | | type: number |
| | | inputItems: |
| | | description: 入库明细 |
| | | items: |
| | | $ref: '#/definitions/models.WarehouseStatsItems' |
| | | type: array |
| | | outputAmount: |
| | | description: 出库数量 |
| | | type: number |
| | | outputItems: |
| | | description: 出库明细 |
| | | items: |
| | | $ref: '#/definitions/models.WarehouseStatsItems' |
| | | type: array |
| | | productId: |
| | | description: 产品id |
| | | type: string |
| | | productName: |
| | | description: 产品名称 |
| | | type: string |
| | | salePrice: |
| | | description: 销售单价 |
| | | type: number |
| | | unit: |
| | | description: 单位 |
| | | type: string |
| | | updateTime: |
| | | type: string |
| | | warehouseId: |
| | | description: 仓库ID |
| | | type: integer |
| | | type: object |
| | | models.WarehouseStatsItems: |
| | | properties: |
| | | amount: |
| | | description: 数量 |
| | | type: number |
| | | name: |
| | | description: 入库来源,出库去处 |
| | | type: string |
| | | warehouseMonthStatsId: |
| | | type: integer |
| | | type: object |
| | | request.AddAttribute: |
| | | properties: |
| | | dataType: |
| | |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/models.MonthStats' |
| | | $ref: '#/definitions/models.WarehouseMonthStats' |
| | | type: array |
| | | type: object |
| | | summary: 仓库月度统计库存报表 |