From 517824efcc6234df351d5be71127f438b6abf288 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期六, 30 三月 2024 15:53:13 +0800
Subject: [PATCH] wms修改委外完成数量
---
docs/swagger.json | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/docs/swagger.json b/docs/swagger.json
index 8ba5876..6285131 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -3348,6 +3348,12 @@
"purchaseType": {
"$ref": "#/definitions/constvar.PurchaseType"
},
+ "purchaseTypeList": {
+ "type": "array",
+ "items": {
+ "type": "integer"
+ }
+ },
"reorderRuleNum": {
"type": "integer"
},
--
Gitblit v1.8.0