From e695d7c697196a36f8cdafc90e6a403a12707591 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期六, 21 十月 2023 17:43:36 +0800 Subject: [PATCH] 1.拆分报废、调拨、盘点列表接口 --- docs/docs.go | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 61803f5..ef5a6d6 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -943,7 +943,7 @@ } } }, - "/api-wms/v1/operation/listAll": { + "/api-wms/v1/operation/listTransfer": { "post": { "produces": [ "application/json" @@ -951,7 +951,7 @@ "tags": [ "鍏ュ簱/鍑哄簱" ], - "summary": "璋冩嫧", + "summary": "搴撳瓨璋冩嫧鍒楄〃", "parameters": [ { "description": "鍙傛暟", @@ -3192,6 +3192,9 @@ "pageSize": { "description": "姣忛〉澶у皬", "type": "integer" + }, + "status": { + "$ref": "#/definitions/constvar.OperationStatus" } } }, -- Gitblit v1.8.0