From c0c3aa336e22aa7be4c90018c19124745cfcd091 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期一, 18 三月 2024 20:07:33 +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