From 0551df1d2a65876b2427df112e37625f128b67e4 Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期一, 23 十月 2023 11:59:34 +0800
Subject: [PATCH] 1.库存盘点列表增加基础作业类型

---
 docs/docs.go |   28 ++++++++++++++++++++++++++--
 1 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index 2f157ba..364970e 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -1061,6 +1061,32 @@
                 }
             }
         },
+        "/api-wms/v1/operationType/listTransfer": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "涓氬姟绫诲瀷"
+                ],
+                "summary": "璋冩嫧绫诲瀷鍒楄〃",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "name": "keyword",
+                        "in": "query"
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "$ref": "#/definitions/util.ResponseList"
+                        }
+                    }
+                }
+            }
+        },
         "/api-wms/v1/operationType/operationType": {
             "get": {
                 "produces": [
@@ -3724,8 +3750,6 @@
 	Description:      "",
 	InfoInstanceName: "swagger",
 	SwaggerTemplate:  docTemplate,
-	LeftDelim:        "{{",
-	RightDelim:       "}}",
 }
 
 func init() {

--
Gitblit v1.8.0