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 |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index 1733581..e08b990 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -525,6 +525,12 @@
                         "in": "query"
                     },
                     {
+                        "type": "string",
+                        "description": "鎼滅储鍏抽敭瀛�",
+                        "name": "keyword",
+                        "in": "query"
+                    },
+                    {
                         "type": "integer",
                         "description": "椤电爜",
                         "name": "page",
@@ -1301,7 +1307,10 @@
                 "id": {
                     "type": "integer"
                 },
-                "marketNumber": {
+                "marketId": {
+                    "type": "integer"
+                },
+                "marketName": {
                     "type": "string"
                 },
                 "notes": {
@@ -1419,6 +1428,10 @@
                 "marketId": {
                     "type": "integer"
                 },
+                "marketName": {
+                    "description": "搴勫彛鍚�",
+                    "type": "string"
+                },
                 "number": {
                     "type": "string"
                 },
@@ -1457,6 +1470,10 @@
                 },
                 "workshopId": {
                     "type": "integer"
+                },
+                "workshopName": {
+                    "description": "杞﹂棿鍚�",
+                    "type": "string"
                 }
             }
         },

--
Gitblit v1.8.0