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 | 38 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index f65be80..f559814 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -11229,6 +11229,9 @@ "quotationId": { "type": "integer" }, + "serviceContractStatus": { + "$ref": "#/definitions/model.ServiceContractStatus" + }, "statusId": { "type": "integer" }, @@ -11352,6 +11355,9 @@ }, "contact_id": { "type": "integer" + }, + "contact_information": { + "$ref": "#/definitions/model.ContactInformation" }, "contact_information_id": { "type": "integer" @@ -11838,6 +11844,14 @@ "bankAccountId": { "description": "璐︽埛id", "type": "integer" + }, + "client": { + "description": "瀹㈡埛id", + "allOf": [ + { + "$ref": "#/definitions/model.Client" + } + ] }, "clientId": { "description": "瀹㈡埛id", @@ -12740,6 +12754,10 @@ "contactId": { "type": "integer" }, + "createTime": { + "description": "鍒涘缓鏃堕棿", + "type": "string" + }, "file": { "type": "string" }, @@ -12793,6 +12811,10 @@ }, "timelyRateId": { "type": "integer" + }, + "updateTime": { + "description": "淇敼鏃堕棿", + "type": "string" } } }, @@ -13870,6 +13892,14 @@ "bankAccountId": { "description": "璐︽埛id", "type": "integer" + }, + "client": { + "description": "瀹㈡埛id", + "allOf": [ + { + "$ref": "#/definitions/model.Client" + } + ] }, "clientId": { "description": "瀹㈡埛id", @@ -16924,6 +16954,14 @@ "description": "璐︽埛id", "type": "integer" }, + "client": { + "description": "瀹㈡埛id", + "allOf": [ + { + "$ref": "#/definitions/model.Client" + } + ] + }, "clientId": { "description": "瀹㈡埛id", "type": "integer" -- Gitblit v1.8.0