From dae660c3b5b6a9b7b32f40e88a576b81a1054561 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 12 四月 2024 17:55:29 +0800
Subject: [PATCH] 字段修改

---
 docs/docs.go |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index 7cd638e..3a2131b 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -1701,11 +1701,11 @@
                 "vehicleSpeed": {
                     "type": "number"
                 },
-                "workshopId": {
-                    "type": "integer"
-                },
                 "workshopName": {
                     "description": "杞﹂棿鍚�",
+                    "type": "string"
+                },
+                "workshopNumber": {
                     "type": "string"
                 }
             }
@@ -1890,9 +1890,9 @@
                     "description": "瑙勬牸",
                     "type": "string"
                 },
-                "workshopId": {
-                    "description": "杞﹂棿id",
-                    "type": "integer"
+                "workshopNumber": {
+                    "description": "杞﹂棿缂栫爜",
+                    "type": "string"
                 }
             }
         },
@@ -2226,9 +2226,9 @@
                     "description": "瀹炴椂杞﹂��",
                     "type": "number"
                 },
-                "workshopId": {
-                    "description": "杞﹂棿id",
-                    "type": "integer"
+                "workshopNumber": {
+                    "description": "杞﹂棿缂栫爜",
+                    "type": "string"
                 }
             }
         },

--
Gitblit v1.8.0