From 18f5a87f2b647a27417aaffd62f48ff38be1d0d8 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期一, 14 八月 2023 13:35:29 +0800 Subject: [PATCH] fix --- docs/swagger.yaml | 35 ++++++++++++++++++++++++++++------- 1 files changed, 28 insertions(+), 7 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index fa108df..6f50cd2 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -532,6 +532,11 @@ type: object model.CollectionProjection: properties: + _: + description: |- + The date when the item was deleted + example: 2023-08-10 15:48:25 + type: string created_at: description: |- The date when the item was created @@ -539,11 +544,6 @@ type: string creator: type: integer - deleted_at: - description: |- - The date when the item was deleted - example: 2023-08-10 15:48:25 - type: string estimated_collection_amount: type: number estimated_collection_date: @@ -657,11 +657,24 @@ type: object model.Contract: properties: + _: + description: |- + The date when the item was deleted + example: 2023-08-10 15:48:25 + type: string clientId: type: integer + created_at: + description: |- + The date when the item was created + example: 2023-08-10 15:48:25 + type: string file: type: string id: + description: |- + The ID of the item + example: 1 type: integer memberId: type: integer @@ -673,6 +686,11 @@ type: integer statusId: type: integer + updated_at: + description: |- + The date when the item was last updated + example: 2023-08-10 15:48:25 + type: string type: object model.Country: properties: @@ -3245,14 +3263,17 @@ type: object request.GetContractList: properties: - keyword: - type: string page: description: 椤电爜 type: integer pageSize: description: 姣忛〉澶у皬 type: integer + search_map: + additionalProperties: true + description: '鎼滅储鏉′欢: map[string]interface{} {"member_name": "閿�鍞礋璐d汉", "number": + "鍚堝悓缂栧彿", "created_at": "鍒涘缓鏃堕棿"}' + type: object type: object request.GetFaqList: properties: -- Gitblit v1.8.0