From b3d162e9119e4128a1ea0ca07d585e6fc8a703e7 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 25 八月 2023 10:31:57 +0800 Subject: [PATCH] fix --- docs/docs.go | 80 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 79 insertions(+), 1 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index f65be80..5098c36 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -6779,7 +6779,19 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/contextx.Response" + "allOf": [ + { + "$ref": "#/definitions/contextx.Response" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/definitions/request.AddSalesDetails" + } + } + } + ] } } } @@ -11229,6 +11241,9 @@ "quotationId": { "type": "integer" }, + "serviceContractStatus": { + "$ref": "#/definitions/model.ServiceContractStatus" + }, "statusId": { "type": "integer" }, @@ -11352,6 +11367,9 @@ }, "contact_id": { "type": "integer" + }, + "contact_information": { + "$ref": "#/definitions/model.ContactInformation" }, "contact_information_id": { "type": "integer" @@ -11839,6 +11857,14 @@ "description": "璐︽埛id", "type": "integer" }, + "client": { + "description": "瀹㈡埛id", + "allOf": [ + { + "$ref": "#/definitions/model.Client" + } + ] + }, "clientId": { "description": "瀹㈡埛id", "type": "integer" @@ -12227,6 +12253,9 @@ "signTime": { "type": "string" }, + "updateTime": { + "type": "string" + }, "wechatOrderStatus": { "$ref": "#/definitions/model.WechatOrderStatus" }, @@ -12380,6 +12409,9 @@ "$ref": "#/definitions/constvar.RefundSourceType" } ] + }, + "updateTime": { + "type": "string" } } }, @@ -12459,6 +12491,9 @@ "$ref": "#/definitions/constvar.SalesReturnSourceType" } ] + }, + "updateTime": { + "type": "string" } } }, @@ -12609,6 +12644,12 @@ "contactId": { "type": "integer" }, + "createTime": { + "type": "string" + }, + "creatorName": { + "type": "string" + }, "endTime": { "type": "string" }, @@ -12670,6 +12711,9 @@ "type": "string" }, "terms": { + "type": "string" + }, + "updateTime": { "type": "string" } } @@ -12740,6 +12784,12 @@ "contactId": { "type": "integer" }, + "createTime": { + "type": "string" + }, + "creatorName": { + "type": "string" + }, "file": { "type": "string" }, @@ -12793,6 +12843,9 @@ }, "timelyRateId": { "type": "integer" + }, + "updateTime": { + "type": "string" } } }, @@ -12828,6 +12881,12 @@ "contactId": { "description": "鑱旂郴浜篿d", "type": "integer" + }, + "createTime": { + "type": "string" + }, + "creatorName": { + "type": "string" }, "expectTime": { "description": "甯屾湜澶勭悊鏃堕棿", @@ -12949,6 +13008,9 @@ "timeSpentId": { "description": "鑺辫垂鏃堕棿", "type": "integer" + }, + "updateTime": { + "type": "string" } } }, @@ -13870,6 +13932,14 @@ "bankAccountId": { "description": "璐︽埛id", "type": "integer" + }, + "client": { + "description": "瀹㈡埛id", + "allOf": [ + { + "$ref": "#/definitions/model.Client" + } + ] }, "clientId": { "description": "瀹㈡埛id", @@ -16924,6 +16994,14 @@ "description": "璐︽埛id", "type": "integer" }, + "client": { + "description": "瀹㈡埛id", + "allOf": [ + { + "$ref": "#/definitions/model.Client" + } + ] + }, "clientId": { "description": "瀹㈡埛id", "type": "integer" -- Gitblit v1.8.0