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 | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index ac70ed6..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": { @@ -13244,6 +13255,14 @@ "description": "閿�鍞环鏍�", "type": "number" }, + "Specs": { + "description": "瑙勬牸", + "type": "string" + }, + "Type": { + "description": "鍨嬪彿", + "type": "string" + }, "Unit": { "type": "string" } -- Gitblit v1.8.0