From 13194e787d51e4ce07dfc35341d536fb5db7aaa3 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 13 十月 2023 15:05:29 +0800 Subject: [PATCH] 服务回访单简单数据权限 --- docs/docs.go | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index d67f59a..049bf2e 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -10881,8 +10881,10 @@ "country_id": { "type": "integer" }, - "created_at": { - "description": "The date when the item was created\nexample: 2023-08-10 15:48:25", + "createTime": { + "type": "string" + }, + "creatorName": { "type": "string" }, "creator_id": { @@ -10910,7 +10912,6 @@ } }, "id": { - "description": "The ID of the item\nexample: 1", "type": "integer" }, "industry": { @@ -10967,8 +10968,7 @@ "service_member_id": { "type": "integer" }, - "updated_at": { - "description": "The date when the item was last updated\nexample: 2023-08-10 15:48:25", + "updateTime": { "type": "string" } } -- Gitblit v1.8.0