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/swagger.yaml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index b126c9c..a2594cc 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -914,6 +914,8 @@
       pageSize:
         description: 姣忛〉澶у皬
         type: integer
+      status:
+        $ref: '#/definitions/constvar.OperationStatus'
     type: object
   request.PageInfo:
     properties:
@@ -1844,7 +1846,7 @@
       summary: 鍏ュ簱/鍑哄簱鍒楄〃
       tags:
       - 鍏ュ簱/鍑哄簱
-  /api-wms/v1/operation/listAll:
+  /api-wms/v1/operation/listTransfer:
     post:
       parameters:
       - description: 鍙傛暟
@@ -1860,7 +1862,7 @@
           description: 鎴愬姛
           schema:
             $ref: '#/definitions/util.Response'
-      summary: 璋冩嫧
+      summary: 搴撳瓨璋冩嫧鍒楄〃
       tags:
       - 鍏ュ簱/鍑哄簱
   /api-wms/v1/operation/operation:

--
Gitblit v1.8.0