| | |
| | | description: 每页大小 |
| | | type: integer |
| | | type: object |
| | | request.GetRuleList: |
| | | properties: |
| | | locationId: |
| | | description: 位置id |
| | | type: integer |
| | | productId: |
| | | description: 产品id |
| | | type: string |
| | | type: object |
| | | request.OperationAllList: |
| | | properties: |
| | | number: |
| | |
| | | value: |
| | | description: 总价值 |
| | | type: number |
| | | type: object |
| | | response.RuleList: |
| | | properties: |
| | | locationList: |
| | | description: 位置列表 |
| | | items: |
| | | $ref: '#/definitions/models.Location' |
| | | type: array |
| | | productList: |
| | | description: 产品列表 |
| | | items: |
| | | $ref: '#/definitions/models.Material' |
| | | type: array |
| | | type: object |
| | | util.Response: |
| | | properties: |
| | |
| | | summary: 应用、验证 |
| | | tags: |
| | | - 库存盘点 |
| | | /api-wms/v1/locationProductAmount/getRuleList: |
| | | post: |
| | | parameters: |
| | | - description: 查询信息 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.GetRuleList' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.ResponseList' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/response.RuleList' |
| | | type: array |
| | | type: object |
| | | summary: 获取上架规则 |
| | | tags: |
| | | - 库存盘点 |
| | | /api-wms/v1/locationProductAmount/list: |
| | | post: |
| | | parameters: |