From 55bd24a2d654052d4c4c8eb6e7bee244af81d446 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期四, 19 十月 2023 15:53:22 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS --- docs/swagger.yaml | 21 +++++++++++++++++++-- 1 files changed, 19 insertions(+), 2 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index ba837a0..64383bf 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -529,7 +529,7 @@ - $ref: '#/definitions/constvar.InventoryValuation' description: 搴撳瓨璁′环 name: - description: 浣嶇疆鍚嶇О + description: 鍒嗙被鍚嶇О type: string parentId: description: 涓婄骇id @@ -821,6 +821,9 @@ items: type: integer type: array + keyWord: + description: 鎼滅储鏉′欢 + type: string page: description: 椤电爜 type: integer @@ -833,6 +836,9 @@ type: object request.GetInventoryHistory: properties: + keyWord: + description: 鎼滅储鏉′欢 + type: string page: description: 椤电爜 type: integer @@ -848,6 +854,17 @@ unit: description: 鍗曚綅 type: string + type: object + request.GetLocationForms: + properties: + keyWord: + type: string + page: + description: 椤电爜 + type: integer + pageSize: + description: 姣忛〉澶у皬 + type: integer type: object request.GetProductList: properties: @@ -1499,7 +1516,7 @@ name: object required: true schema: - $ref: '#/definitions/request.PageInfo' + $ref: '#/definitions/request.GetLocationForms' produces: - application/json responses: -- Gitblit v1.8.0