| | |
| | | - $ref: '#/definitions/constvar.InventoryValuation' |
| | | description: 库存计价 |
| | | name: |
| | | description: 位置名称 |
| | | description: 分类名称 |
| | | type: string |
| | | parentId: |
| | | description: 上级id |
| | |
| | | items: |
| | | type: integer |
| | | type: array |
| | | keyWord: |
| | | description: 搜索条件 |
| | | type: string |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | |
| | | type: object |
| | | request.GetInventoryHistory: |
| | | properties: |
| | | keyWord: |
| | | description: 搜索条件 |
| | | type: string |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | |
| | | unit: |
| | | description: 单位 |
| | | type: string |
| | | type: object |
| | | request.GetLocationForms: |
| | | properties: |
| | | keyWord: |
| | | type: string |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | type: object |
| | | request.GetProductList: |
| | | properties: |
| | |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.PageInfo' |
| | | $ref: '#/definitions/request.GetLocationForms' |
| | | produces: |
| | | - application/json |
| | | responses: |