| | |
| | | - WhetherTypeAsk |
| | | - WhetherTypeAlways |
| | | - ReservationNever |
| | | controllers.saveProductImagesFromExcelRequest: |
| | | properties: |
| | | excelFilePath: |
| | | description: excel路径 用docker cp传到容器里 |
| | | type: string |
| | | imageColumn: |
| | | description: 图片所在列名 |
| | | type: string |
| | | productIdColumnIndex: |
| | | description: 产品ID是第几列(从0开始) |
| | | type: integer |
| | | sheetIndex: |
| | | description: 第几个sheet |
| | | type: integer |
| | | type: object |
| | | gorm.DeletedAt: |
| | | properties: |
| | | time: |
| | |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | warehouseCode: |
| | | description: 仓库缩写 |
| | | type: string |
| | | warehouseId: |
| | | description: WarehouseCode string `json:"warehouseCode"` //仓库缩写 |
| | | type: integer |
| | | type: object |
| | | request.GetInventoryHistory: |
| | | properties: |
| | |
| | | type: string |
| | | unit: |
| | | description: 单位 |
| | | type: string |
| | | warehouseCode: |
| | | type: string |
| | | type: object |
| | | request.GetList: |
| | |
| | | summary: 编辑部门信息 |
| | | tags: |
| | | - 部门信息 |
| | | /api-wms/v1/other/saveProductImagesFromExcel: |
| | | post: |
| | | parameters: |
| | | - description: 属性信息 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/controllers.saveProductImagesFromExcelRequest' |
| | | - description: token |
| | | in: header |
| | | name: Authorization |
| | | required: true |
| | | type: string |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 从excel中获取产品图片并保存 |
| | | tags: |
| | | - 其他 |
| | | /api-wms/v1/product/addDisuse: |
| | | post: |
| | | parameters: |