From f264456b1e4fd284f53ecc4c70a3b951578bfd2d Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期五, 18 八月 2023 17:13:05 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 model/request/contract.go |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/model/request/contract.go b/model/request/contract.go
index f86a93b..701f75c 100644
--- a/model/request/contract.go
+++ b/model/request/contract.go
@@ -20,5 +20,9 @@
 
 type GetContractList struct {
 	PageInfo
-	Keyword string `json:"keyword"`
+	SearchMap map[string]interface{} `json:"search_map"` // 鎼滅储鏉′欢: map[string]interface{} {"member_name": "閿�鍞礋璐d汉", "number": "鍚堝悓缂栧彿", "created_at": "鍒涘缓鏃堕棿"}
+}
+
+type DeleteContract struct {
+	Ids []int `json:"ids"`
 }

--
Gitblit v1.8.0