From 8cb1da78fd4d237b278ed4d512c6c4f04b663cfc Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期一, 22 四月 2024 11:34:47 +0800 Subject: [PATCH] 库存调整修改 --- docs/docs.go | 24 ++++++++++++++++++++---- 1 files changed, 20 insertions(+), 4 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index fd049ed..7366ea9 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1091,7 +1091,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/request.PageInfo" + "$ref": "#/definitions/request.GetList" } } ], @@ -3794,7 +3794,7 @@ "type": "string" }, "companyID": { - "type": "integer" + "type": "string" }, "companyName": { "type": "string" @@ -4316,7 +4316,7 @@ }, "companyID": { "description": "鍏徃ID-瀹㈡埛", - "type": "integer" + "type": "string" }, "companyName": { "description": "鍏徃鍚嶇О-瀹㈡埛鍚嶇О", @@ -4636,6 +4636,22 @@ "unit": { "description": "鍗曚綅", "type": "string" + } + } + }, + "request.GetList": { + "type": "object", + "properties": { + "keyword": { + "type": "string" + }, + "page": { + "description": "椤电爜", + "type": "integer" + }, + "pageSize": { + "description": "姣忛〉澶у皬", + "type": "integer" } } }, @@ -5111,7 +5127,7 @@ }, "companyID": { "description": "鍏徃ID-瀹㈡埛", - "type": "integer" + "type": "string" }, "companyName": { "description": "鍏徃鍚嶇О-瀹㈡埛鍚嶇О", -- Gitblit v1.8.0