From bedfbcbe3af9635d15d0cafece60fbd311159fe5 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期三, 10 四月 2024 13:51:08 +0800 Subject: [PATCH] 字段修改 --- docs/docs.go | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index b65018f..e08b990 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1307,7 +1307,10 @@ "id": { "type": "integer" }, - "marketNumber": { + "marketId": { + "type": "integer" + }, + "marketName": { "type": "string" }, "notes": { @@ -1425,6 +1428,10 @@ "marketId": { "type": "integer" }, + "marketName": { + "description": "搴勫彛鍚�", + "type": "string" + }, "number": { "type": "string" }, @@ -1463,6 +1470,10 @@ }, "workshopId": { "type": "integer" + }, + "workshopName": { + "description": "杞﹂棿鍚�", + "type": "string" } } }, -- Gitblit v1.8.0