From 07ecf8f047049c92193018d8f0e683bf3a49791e Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期三, 18 十月 2023 16:28:06 +0800
Subject: [PATCH] 报表模块修改

---
 docs/swagger.yaml |   21 +++++++++++++++++++--
 1 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 9d205d5..3ab260e 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
@@ -818,6 +818,9 @@
         items:
           type: integer
         type: array
+      keyWord:
+        description: 鎼滅储鏉′欢
+        type: string
       page:
         description: 椤电爜
         type: integer
@@ -830,6 +833,9 @@
     type: object
   request.GetInventoryHistory:
     properties:
+      keyWord:
+        description: 鎼滅储鏉′欢
+        type: string
       page:
         description: 椤电爜
         type: integer
@@ -845,6 +851,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:
@@ -1493,7 +1510,7 @@
         name: object
         required: true
         schema:
-          $ref: '#/definitions/request.PageInfo'
+          $ref: '#/definitions/request.GetLocationForms'
       produces:
       - application/json
       responses:

--
Gitblit v1.8.0