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 | 40 +++++++++++++++++++++++++++++++++++++++- 1 files changed, 39 insertions(+), 1 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index e233c6b..364970e 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" @@ -1085,6 +1085,44 @@ } } } + } + }, + "/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" + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.ResponseList" + } + } + } }, "post": { "produces": [ -- Gitblit v1.8.0