jiangshuai
2023-11-08 2bfc37cbc679ceb5cef3b714e93ce4ebf55f9512
docs/docs.go
@@ -150,6 +150,22 @@
                }
            }
        },
        "/api-wms/v1/attachment/uploadFiles": {
            "post": {
                "tags": [
                    "附件管理"
                ],
                "summary": "上传附件",
                "responses": {
                    "200": {
                        "description": "成功",
                        "schema": {
                            "$ref": "#/definitions/util.Response"
                        }
                    }
                }
            }
        },
        "/api-wms/v1/company/company": {
            "get": {
                "produces": [
@@ -543,7 +559,7 @@
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/request.GetProductList"
                            "$ref": "#/definitions/request.GetLocationList"
                        }
                    }
                ],
@@ -3453,6 +3469,29 @@
                }
            }
        },
        "request.GetLocationList": {
            "type": "object",
            "properties": {
                "jointName": {
                    "description": "拼接名称",
                    "type": "string"
                },
                "keyWord": {
                    "type": "string"
                },
                "page": {
                    "description": "页码",
                    "type": "integer"
                },
                "pageSize": {
                    "description": "每页大小",
                    "type": "integer"
                },
                "type": {
                    "type": "integer"
                }
            }
        },
        "request.GetProductList": {
            "type": "object",
            "properties": {
@@ -4115,8 +4154,6 @@
   Description:      "",
   InfoInstanceName: "swagger",
   SwaggerTemplate:  docTemplate,
   LeftDelim:        "{{",
   RightDelim:       "}}",
}
func init() {