| | |
| | | type: object |
| | | models.Location: |
| | | properties: |
| | | children: |
| | | items: |
| | | $ref: '#/definitions/models.Location' |
| | | type: array |
| | | companyId: |
| | | description: 公司id |
| | | type: integer |
| | |
| | | properties: |
| | | keyWord: |
| | | type: string |
| | | locationId: |
| | | type: integer |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | type: |
| | | description: 类型:bh=补货 |
| | | type: string |
| | | type: object |
| | | request.GetRuleList: |
| | | properties: |
| | |
| | | summary: 获取位置列表 |
| | | tags: |
| | | - 位置 |
| | | /api-wms/v1/location/getLocationTreeList: |
| | | get: |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.ResponseList' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/models.Location' |
| | | type: array |
| | | type: object |
| | | summary: 获取位置列表树 |
| | | tags: |
| | | - 位置 |
| | | /api-wms/v1/location/updateLocation: |
| | | post: |
| | | parameters: |