From cd9a3c446cff66e589cdb26163c3e2baf4bc6a1e Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期三, 30 八月 2023 13:37:19 +0800 Subject: [PATCH] fix --- docs/docs.go | 54 ++++++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 42 insertions(+), 12 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index a47945d..d67f59a 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -10836,10 +10836,6 @@ "model.Client": { "type": "object", "properties": { - "_": { - "description": "The date when the item was deleted\nexample: 2023-08-10 15:48:25", - "type": "string" - }, "business_scope": { "type": "string" }, @@ -11024,10 +11020,6 @@ "model.CollectionProjection": { "type": "object", "properties": { - "_": { - "description": "The date when the item was deleted\nexample: 2023-08-10 15:48:25", - "type": "string" - }, "created_at": { "description": "The date when the item was created\nexample: 2023-08-10 15:48:25", "type": "string" @@ -11216,10 +11208,6 @@ "model.Contract": { "type": "object", "properties": { - "_": { - "description": "The date when the item was deleted\nexample: 2023-08-10 15:48:25", - "type": "string" - }, "client": { "$ref": "#/definitions/model.Client" }, @@ -11880,6 +11868,12 @@ "description": "瀹㈡埛id", "type": "integer" }, + "createTime": { + "type": "string" + }, + "creatorName": { + "type": "string" + }, "fileId": { "description": "闄勪欢id", "type": "integer" @@ -11889,6 +11883,9 @@ }, "moneyType": { "description": "甯佺", + "type": "string" + }, + "number": { "type": "string" }, "paymentType": { @@ -11929,6 +11926,9 @@ "$ref": "#/definitions/constvar.ReceiptSourceType" } ] + }, + "updateTime": { + "type": "string" } } }, @@ -12497,6 +12497,9 @@ "description": "閫�璐х姸鎬乮d", "type": "integer" }, + "source": { + "$ref": "#/definitions/model.SalesDetails" + }, "sourceId": { "description": "婧愬崟id", "type": "integer" @@ -12933,6 +12936,9 @@ }, "id": { "type": "integer" + }, + "number": { + "type": "string" }, "priorityLevel": { "$ref": "#/definitions/model.PriorityLevel" @@ -13986,6 +13992,12 @@ "description": "瀹㈡埛id", "type": "integer" }, + "createTime": { + "type": "string" + }, + "creatorName": { + "type": "string" + }, "fileId": { "description": "闄勪欢id", "type": "integer" @@ -13995,6 +14007,9 @@ }, "moneyType": { "description": "甯佺", + "type": "string" + }, + "number": { "type": "string" }, "paymentType": { @@ -14035,6 +14050,9 @@ "$ref": "#/definitions/constvar.ReceiptSourceType" } ] + }, + "updateTime": { + "type": "string" } } }, @@ -17057,6 +17075,12 @@ "description": "瀹㈡埛id", "type": "integer" }, + "createTime": { + "type": "string" + }, + "creatorName": { + "type": "string" + }, "fileId": { "description": "闄勪欢id", "type": "integer" @@ -17066,6 +17090,9 @@ }, "moneyType": { "description": "甯佺", + "type": "string" + }, + "number": { "type": "string" }, "paymentType": { @@ -17106,6 +17133,9 @@ "$ref": "#/definitions/constvar.ReceiptSourceType" } ] + }, + "updateTime": { + "type": "string" } } }, -- Gitblit v1.8.0