From 201be38fd71ee487d887e686cf07773ec750a8de Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期四, 26 十月 2023 17:56:50 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS

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

diff --git a/docs/docs.go b/docs/docs.go
index 2f157ba..56f55bb 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": [
@@ -3060,6 +3086,14 @@
         "request.GetInventoryHistory": {
             "type": "object",
             "properties": {
+                "baseOperationType": {
+                    "description": "鍩虹浣滀笟绫诲瀷",
+                    "allOf": [
+                        {
+                            "$ref": "#/definitions/constvar.BaseOperationType"
+                        }
+                    ]
+                },
                 "keyWord": {
                     "description": "鎼滅储鏉′欢",
                     "type": "string"
@@ -3378,6 +3412,10 @@
                 },
                 "operationId": {
                     "description": "鍑哄叆搴搃d",
+                    "type": "integer"
+                },
+                "productCategoryId": {
+                    "description": "浜у搧绉嶇被id",
                     "type": "integer"
                 },
                 "productId": {
@@ -3724,8 +3762,6 @@
 	Description:      "",
 	InfoInstanceName: "swagger",
 	SwaggerTemplate:  docTemplate,
-	LeftDelim:        "{{",
-	RightDelim:       "}}",
 }
 
 func init() {

--
Gitblit v1.8.0