From f50a5ab504b4b02fa73fd8fd9d789c68c968efd3 Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期四, 09 十一月 2023 14:18:10 +0800
Subject: [PATCH] 附件信息,产品带附件

---
 docs/docs.go |   46 +++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 43 insertions(+), 3 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index 575933f..1a45405 100644
--- a/docs/docs.go
+++ b/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": {
@@ -3488,6 +3527,9 @@
                 "pageSize": {
                     "description": "姣忛〉澶у皬",
                     "type": "integer"
+                },
+                "productId": {
+                    "type": "string"
                 },
                 "type": {
                     "description": "绫诲瀷:bh=琛ヨ揣",
@@ -4112,8 +4154,6 @@
 	Description:      "",
 	InfoInstanceName: "swagger",
 	SwaggerTemplate:  docTemplate,
-	LeftDelim:        "{{",
-	RightDelim:       "}}",
 }
 
 func init() {

--
Gitblit v1.8.0