From b0c07ddee23e2d54d03636f08af19f0934857cf4 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 25 八月 2023 10:32:56 +0800
Subject: [PATCH] Merge branch 'hotfix'

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

diff --git a/model/request/contract.go b/model/request/contract.go
index 8480054..701f75c 100644
--- a/model/request/contract.go
+++ b/model/request/contract.go
@@ -22,3 +22,7 @@
 	PageInfo
 	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