From b6f3c2160c7633b3492575c1de39735a04c9e63e Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 24 八月 2023 10:40:47 +0800 Subject: [PATCH] 回访单列表返回增加修改时间创建时间 --- docs/docs.go | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 942f99c..f559814 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -11845,6 +11845,14 @@ "description": "璐︽埛id", "type": "integer" }, + "client": { + "description": "瀹㈡埛id", + "allOf": [ + { + "$ref": "#/definitions/model.Client" + } + ] + }, "clientId": { "description": "瀹㈡埛id", "type": "integer" @@ -12746,6 +12754,10 @@ "contactId": { "type": "integer" }, + "createTime": { + "description": "鍒涘缓鏃堕棿", + "type": "string" + }, "file": { "type": "string" }, @@ -12799,6 +12811,10 @@ }, "timelyRateId": { "type": "integer" + }, + "updateTime": { + "description": "淇敼鏃堕棿", + "type": "string" } } }, @@ -13876,6 +13892,14 @@ "bankAccountId": { "description": "璐︽埛id", "type": "integer" + }, + "client": { + "description": "瀹㈡埛id", + "allOf": [ + { + "$ref": "#/definitions/model.Client" + } + ] }, "clientId": { "description": "瀹㈡埛id", @@ -16930,6 +16954,14 @@ "description": "璐︽埛id", "type": "integer" }, + "client": { + "description": "瀹㈡埛id", + "allOf": [ + { + "$ref": "#/definitions/model.Client" + } + ] + }, "clientId": { "description": "瀹㈡埛id", "type": "integer" -- Gitblit v1.8.0