From c5a0eb549cba2cd358a2d0496c44f3a289f15d9c Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期一, 28 八月 2023 14:22:06 +0800 Subject: [PATCH] fix --- docs/docs.go | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 642fbbc..a47945d 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -12355,6 +12355,9 @@ "model.SalesRefund": { "type": "object", "properties": { + "Source": { + "$ref": "#/definitions/model.SalesReturn" + }, "amountTotal": { "description": "浠风◣鍚堣", "type": "number" @@ -13226,11 +13229,19 @@ "description": "鐗╂枡绫诲瀷", "type": "string" }, + "MaxInventory": { + "description": "鏈�澶у簱瀛�", + "type": "integer" + }, "MinInventory": { "description": "瀹夊叏搴撳瓨", "type": "integer" }, "Name": { + "type": "string" + }, + "Node": { + "description": "澶囨敞", "type": "string" }, "Number": { @@ -13243,6 +13254,14 @@ "SalePrice": { "description": "閿�鍞环鏍�", "type": "number" + }, + "Specs": { + "description": "瑙勬牸", + "type": "string" + }, + "Type": { + "description": "鍨嬪彿", + "type": "string" }, "Unit": { "type": "string" @@ -19163,6 +19182,8 @@ Description: "", InfoInstanceName: "swagger", SwaggerTemplate: docTemplate, + LeftDelim: "{{", + RightDelim: "}}", } func init() { -- Gitblit v1.8.0