From 07ecf8f047049c92193018d8f0e683bf3a49791e Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期三, 18 十月 2023 16:28:06 +0800 Subject: [PATCH] 报表模块修改 --- docs/docs.go | 28 ++++++++++++++++++++++++++-- 1 files changed, 26 insertions(+), 2 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index d00b1a0..3f9e79b 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -400,7 +400,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/request.PageInfo" + "$ref": "#/definitions/request.GetLocationForms" } } ], @@ -2645,7 +2645,7 @@ ] }, "name": { - "description": "浣嶇疆鍚嶇О", + "description": "鍒嗙被鍚嶇О", "type": "string" }, "parentId": { @@ -3058,6 +3058,10 @@ "type": "integer" } }, + "keyWord": { + "description": "鎼滅储鏉′欢", + "type": "string" + }, "page": { "description": "椤电爜", "type": "integer" @@ -3075,6 +3079,10 @@ "request.GetInventoryHistory": { "type": "object", "properties": { + "keyWord": { + "description": "鎼滅储鏉′欢", + "type": "string" + }, "page": { "description": "椤电爜", "type": "integer" @@ -3097,6 +3105,22 @@ } } }, + "request.GetLocationForms": { + "type": "object", + "properties": { + "keyWord": { + "type": "string" + }, + "page": { + "description": "椤电爜", + "type": "integer" + }, + "pageSize": { + "description": "姣忛〉澶у皬", + "type": "integer" + } + } + }, "request.GetProductList": { "type": "object", "properties": { -- Gitblit v1.8.0