From 708088d91e595e0f14b89e4054cac46a43d3ff44 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期四, 26 十月 2023 17:36:14 +0800 Subject: [PATCH] 根据上架规则入库第二步类型改为内部调拨 --- docs/docs.go | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 51 insertions(+), 1 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index e233c6b..56f55bb 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1061,7 +1061,7 @@ } } }, - "/api-wms/v1/operationType/operationType": { + "/api-wms/v1/operationType/listTransfer": { "get": { "produces": [ "application/json" @@ -1074,6 +1074,44 @@ { "type": "string", "name": "keyword", + "in": "query" + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.ResponseList" + } + } + } + } + }, + "/api-wms/v1/operationType/operationType": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "涓氬姟绫诲瀷" + ], + "summary": "鏌ヨ浣滀笟绫诲瀷鍒楄〃", + "parameters": [ + { + "type": "string", + "name": "keyword", + "in": "query" + }, + { + "type": "integer", + "description": "椤电爜", + "name": "page", + "in": "query" + }, + { + "type": "integer", + "description": "姣忛〉澶у皬", + "name": "pageSize", "in": "query" } ], @@ -3048,6 +3086,14 @@ "request.GetInventoryHistory": { "type": "object", "properties": { + "baseOperationType": { + "description": "鍩虹浣滀笟绫诲瀷", + "allOf": [ + { + "$ref": "#/definitions/constvar.BaseOperationType" + } + ] + }, "keyWord": { "description": "鎼滅储鏉′欢", "type": "string" @@ -3368,6 +3414,10 @@ "description": "鍑哄叆搴搃d", "type": "integer" }, + "productCategoryId": { + "description": "浜у搧绉嶇被id", + "type": "integer" + }, "productId": { "description": "浜у搧id", "type": "string" -- Gitblit v1.8.0