From 81dd727204296b6b3c636007c2e8d19b309df335 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期四, 28 三月 2024 20:02:41 +0800
Subject: [PATCH] 出入库增加操作来源

---
 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