From 63d1fb0821c716063340ccd7c8cbd6c9e0056e69 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 12 四月 2024 17:26:13 +0800
Subject: [PATCH] 获取车辆编号

---
 docs/docs.go |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 54 insertions(+), 2 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index 2e1946a..7cd638e 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -771,6 +771,58 @@
                 }
             }
         },
+        "/api-jl/v1/system/getCarNumber": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "绯荤粺璁剧疆/杞﹂棿绠$悊"
+                ],
+                "summary": "鑾峰彇杞﹁締缂栧彿",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    },
+                    {
+                        "description": "鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.GetWorkshopManageCar"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "array",
+                                            "items": {
+                                                "type": "integer"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
         "/api-jl/v1/system/getPriceStandardList": {
             "get": {
                 "produces": [
@@ -1371,7 +1423,7 @@
                 },
                 "quantity": {
                     "description": "鏁伴噺",
-                    "type": "number"
+                    "type": "integer"
                 },
                 "sum": {
                     "description": "绾ゅ害鍚堣",
@@ -1874,7 +1926,7 @@
                 },
                 "quantity": {
                     "description": "鏁伴噺",
-                    "type": "number"
+                    "type": "integer"
                 },
                 "sum": {
                     "description": "鍚堣",

--
Gitblit v1.8.0