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/swagger.yaml | 12 ++++++++++++ docs/docs.go | 16 ++++++++++++++++ docs/swagger.json | 16 ++++++++++++++++ 3 files changed, 44 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" diff --git a/docs/swagger.json b/docs/swagger.json index 864a908..f6761ea 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -8416,8 +8416,16 @@ "description": "鍒涘缓鏃堕棿", "type": "string" }, + "creator": { + "description": "鍒跺崟浜�", + "type": "string" + }, "deliveryDate": { "description": "浜や粯鏃ユ湡", + "type": "string" + }, + "handledBy": { + "description": "缁忓姙浜�", "type": "string" }, "id": { @@ -8442,6 +8450,10 @@ "purchaseTypeId": { "description": "閲囪喘绫诲瀷id", "type": "integer" + }, + "quantity": { + "description": "閲囪喘鏁伴噺", + "type": "number" }, "remark": { "description": "澶囨敞", @@ -8508,6 +8520,10 @@ "purchase.PurchaseType": { "type": "object", "properties": { + "created_at": { + "description": "鍒涘缓鏃堕棿", + "type": "string" + }, "id": { "description": "涓婚敭ID", "type": "integer" diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 6547ff2..93c77e5 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -702,8 +702,14 @@ created_at: description: 鍒涘缓鏃堕棿 type: string + creator: + description: 鍒跺崟浜� + type: string deliveryDate: description: 浜や粯鏃ユ湡 + type: string + handledBy: + description: 缁忓姙浜� type: string id: description: 涓婚敭ID @@ -722,6 +728,9 @@ purchaseTypeId: description: 閲囪喘绫诲瀷id type: integer + quantity: + description: 閲囪喘鏁伴噺 + type: number remark: description: 澶囨敞 type: string @@ -767,6 +776,9 @@ type: object purchase.PurchaseType: properties: + created_at: + description: 鍒涘缓鏃堕棿 + type: string id: description: 涓婚敭ID type: integer -- Gitblit v1.8.0