From 9c14e884db911a2094d26c2a509f752a729f8e8d Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期二, 16 四月 2024 10:56:36 +0800
Subject: [PATCH] 人员管理
---
docs/swagger.json | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/docs/swagger.json b/docs/swagger.json
index fd10c8b..d8f2eae 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -1689,11 +1689,11 @@
"vehicleSpeed": {
"type": "number"
},
- "workshopId": {
- "type": "integer"
- },
"workshopName": {
"description": "杞﹂棿鍚�",
+ "type": "string"
+ },
+ "workshopNumber": {
"type": "string"
}
}
@@ -1878,9 +1878,9 @@
"description": "瑙勬牸",
"type": "string"
},
- "workshopId": {
- "description": "杞﹂棿id",
- "type": "integer"
+ "workshopNumber": {
+ "description": "杞﹂棿缂栫爜",
+ "type": "string"
}
}
},
@@ -2214,9 +2214,9 @@
"description": "瀹炴椂杞﹂��",
"type": "number"
},
- "workshopId": {
- "description": "杞﹂棿id",
- "type": "integer"
+ "workshopNumber": {
+ "description": "杞﹂棿缂栫爜",
+ "type": "string"
}
}
},
--
Gitblit v1.8.0