From da3e478917dea118df075357cbd2e6f10833d9c6 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 14 六月 2024 20:08:22 +0800
Subject: [PATCH] 商品调整验证后生成入库单和出库单
---
docs/swagger.yaml | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index fa5ffbe..206520a 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -1562,11 +1562,20 @@
properties:
condition:
type: string
+ keyword:
+ description: 鍏抽敭瀛楁悳绱�
+ type: string
+ locationId:
+ description: 浣嶇疆ID
+ type: integer
page:
description: 椤电爜
type: integer
pageSize:
description: 姣忛〉澶у皬
+ type: integer
+ warehouseId:
+ description: 浠撳簱ID
type: integer
type: object
request.OperationDetails:
@@ -3148,7 +3157,8 @@
/api-wms/v1/operationType/operationType:
get:
parameters:
- - in: query
+ - description: 鍏抽敭瀛楁悳绱�
+ in: query
name: keyword
type: string
- description: 椤电爜
--
Gitblit v1.8.0