From 79c5ab6dec7a29b824eee76b028d153e3b8174ad Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 29 八月 2023 15:29:46 +0800
Subject: [PATCH] update swag

---
 docs/docs.go |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index 92af44b..90295a0 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -8425,8 +8425,16 @@
                     "description": "鍒涘缓鏃堕棿",
                     "type": "string"
                 },
+                "creator": {
+                    "description": "鍒跺崟浜�",
+                    "type": "string"
+                },
                 "deliveryDate": {
                     "description": "浜や粯鏃ユ湡",
+                    "type": "string"
+                },
+                "handledBy": {
+                    "description": "缁忓姙浜�",
                     "type": "string"
                 },
                 "id": {
@@ -8451,6 +8459,10 @@
                 "purchaseTypeId": {
                     "description": "閲囪喘绫诲瀷id",
                     "type": "integer"
+                },
+                "quantity": {
+                    "description": "閲囪喘鏁伴噺",
+                    "type": "number"
                 },
                 "remark": {
                     "description": "澶囨敞",
@@ -8517,6 +8529,10 @@
         "purchase.PurchaseType": {
             "type": "object",
             "properties": {
+                "created_at": {
+                    "description": "鍒涘缓鏃堕棿",
+                    "type": "string"
+                },
                 "id": {
                     "description": "涓婚敭ID",
                     "type": "integer"

--
Gitblit v1.8.0