From 01e85245b2fbf5147554d1cfdfe9809d2e68b05d Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 24 八月 2023 10:55:02 +0800 Subject: [PATCH] 修改时间创建时间统一处理 --- docs/docs.go | 32 ++++++++++++++++++++++++++++++-- 1 files changed, 30 insertions(+), 2 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index f559814..2be434c 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -12241,6 +12241,9 @@ "signTime": { "type": "string" }, + "updateTime": { + "type": "string" + }, "wechatOrderStatus": { "$ref": "#/definitions/model.WechatOrderStatus" }, @@ -12394,6 +12397,9 @@ "$ref": "#/definitions/constvar.RefundSourceType" } ] + }, + "updateTime": { + "type": "string" } } }, @@ -12473,6 +12479,9 @@ "$ref": "#/definitions/constvar.SalesReturnSourceType" } ] + }, + "updateTime": { + "type": "string" } } }, @@ -12623,6 +12632,12 @@ "contactId": { "type": "integer" }, + "createTime": { + "type": "string" + }, + "creatorName": { + "type": "string" + }, "endTime": { "type": "string" }, @@ -12684,6 +12699,9 @@ "type": "string" }, "terms": { + "type": "string" + }, + "updateTime": { "type": "string" } } @@ -12755,7 +12773,9 @@ "type": "integer" }, "createTime": { - "description": "鍒涘缓鏃堕棿", + "type": "string" + }, + "creatorName": { "type": "string" }, "file": { @@ -12813,7 +12833,6 @@ "type": "integer" }, "updateTime": { - "description": "淇敼鏃堕棿", "type": "string" } } @@ -12850,6 +12869,12 @@ "contactId": { "description": "鑱旂郴浜篿d", "type": "integer" + }, + "createTime": { + "type": "string" + }, + "creatorName": { + "type": "string" }, "expectTime": { "description": "甯屾湜澶勭悊鏃堕棿", @@ -12971,6 +12996,9 @@ "timeSpentId": { "description": "鑺辫垂鏃堕棿", "type": "integer" + }, + "updateTime": { + "type": "string" } } }, -- Gitblit v1.8.0