From b654a22b6d2e579cf32e1d70f7a8a7791a501e81 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期四, 17 八月 2023 19:56:01 +0800
Subject: [PATCH] 初始化一些数据

---
 docs/docs.go |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index 1eecb37..b27e16a 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -12810,6 +12810,14 @@
                     "description": "鏈嶅姟鍚堝悓id",
                     "type": "integer"
                 },
+                "serviceMan": {
+                    "description": "鏈嶅姟浜哄憳",
+                    "allOf": [
+                        {
+                            "$ref": "#/definitions/model.User"
+                        }
+                    ]
+                },
                 "serviceManId": {
                     "description": "鏈嶅姟浜哄憳",
                     "type": "integer"

--
Gitblit v1.8.0