| | |
| | | active: |
| | | description: 是否启用,传true就行 |
| | | type: boolean |
| | | address: |
| | | description: 地址 |
| | | type: string |
| | | buyToResupply: |
| | | description: 是否购买补给,已购买产品能够发送到此仓库 |
| | | type: boolean |
| | |
| | | type: string |
| | | id: |
| | | type: integer |
| | | inboundTransportation: |
| | | description: 入向运输 |
| | | type: integer |
| | | name: |
| | | description: 仓库名称 |
| | | type: string |
| | | outboundTransportation: |
| | | description: 出库运输 |
| | | type: integer |
| | | partnerId: |
| | | description: 合作伙伴id |
| | | type: integer |
| | |
| | | active: |
| | | description: 是否启用,传true就行 |
| | | type: boolean |
| | | address: |
| | | description: 地址 |
| | | type: string |
| | | buyToResupply: |
| | | description: 购买补给,已购买产品能够发送到此仓库 |
| | | type: boolean |
| | |
| | | maxLength: 5 |
| | | minLength: 1 |
| | | type: string |
| | | inboundTransportation: |
| | | description: 入向运输 |
| | | type: integer |
| | | name: |
| | | description: 仓库名称 |
| | | type: string |
| | | outboundTransportation: |
| | | description: 出库运输 |
| | | type: integer |
| | | partnerId: |
| | | description: 合作伙伴id |
| | | type: integer |
| | |
| | | active: |
| | | description: 是否启用,传true就行 |
| | | type: boolean |
| | | address: |
| | | description: 地址 |
| | | type: string |
| | | buyToResupply: |
| | | description: 购买补给,已购买产品能够发送到此仓库 |
| | | type: boolean |
| | |
| | | type: string |
| | | id: |
| | | type: integer |
| | | inboundTransportation: |
| | | description: 入向运输 |
| | | type: integer |
| | | name: |
| | | description: 仓库名称 |
| | | type: string |
| | | outboundTransportation: |
| | | description: 出库运输 |
| | | type: integer |
| | | partnerId: |
| | | description: 合作伙伴id |
| | | type: integer |
| | |
| | | summary: 修改入库/出库信息 |
| | | tags: |
| | | - 入库/出库 |
| | | /api-wms/v1/operationType/operationType: |
| | | get: |
| | | parameters: |
| | | - in: query |
| | | name: keyword |
| | | type: string |
| | | - description: 页码 |
| | | in: query |
| | | name: page |
| | | type: integer |
| | | - description: 每页大小 |
| | | in: query |
| | | name: pageSize |
| | | type: integer |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.ResponseList' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/models.OperationType' |
| | | type: array |
| | | type: object |
| | | summary: 查询作业类型列表 |
| | | tags: |
| | | - 作业类型 |
| | | post: |
| | | parameters: |
| | | - description: 作业类型信息 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.AddOperationType' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 添加作业类型 |
| | | tags: |
| | | - 作业类型 |
| | | /api-wms/v1/operationType/operationType/{id}: |
| | | delete: |
| | | parameters: |
| | | - description: 作业类型id |
| | | in: path |
| | | name: id |
| | | required: true |
| | | type: string |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 删除作业类型 |
| | | tags: |
| | | - 作业类型 |
| | | put: |
| | | parameters: |
| | | - description: 作业类型信息 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.UpdateOperationType' |
| | | - description: 作业类型id |
| | | in: path |
| | | name: id |
| | | required: true |
| | | type: string |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 编辑作业类型 |
| | | tags: |
| | | - 作业类型 |
| | | /api-wms/v1/product/addProduct: |
| | | post: |
| | | parameters: |
| | |
| | | summary: 修改产品类型 |
| | | tags: |
| | | - 产品类型 |
| | | /api-wms/v1/warehouse/operationType: |
| | | get: |
| | | parameters: |
| | | - in: query |
| | | name: keyword |
| | | type: string |
| | | - description: 页码 |
| | | in: query |
| | | name: page |
| | | type: integer |
| | | - description: 每页大小 |
| | | in: query |
| | | name: pageSize |
| | | type: integer |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.ResponseList' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/models.OperationType' |
| | | type: array |
| | | type: object |
| | | summary: 查询作业类型列表 |
| | | tags: |
| | | - 作业类型 |
| | | post: |
| | | parameters: |
| | | - description: 作业类型信息 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.AddOperationType' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 添加作业类型 |
| | | tags: |
| | | - 作业类型 |
| | | /api-wms/v1/warehouse/operationType/{id}: |
| | | delete: |
| | | parameters: |
| | | - description: 作业类型id |
| | | in: path |
| | | name: id |
| | | required: true |
| | | type: string |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 删除作业类型 |
| | | tags: |
| | | - 作业类型 |
| | | put: |
| | | parameters: |
| | | - description: 作业类型信息 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.UpdateOperationType' |
| | | - description: 作业类型id |
| | | in: path |
| | | name: id |
| | | required: true |
| | | type: string |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 编辑作业类型 |
| | | tags: |
| | | - 作业类型 |
| | | /api-wms/v1/warehouse/warehouse: |
| | | get: |
| | | parameters: |