From 250cbfa1ddcb3cf38e0d0505c1c7e282b940d25b Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 13 十月 2023 10:30:05 +0800
Subject: [PATCH] admin user id 转crm user id
---
model/request/contract.go | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/model/request/contract.go b/model/request/contract.go
index ce085ce..701f75c 100644
--- a/model/request/contract.go
+++ b/model/request/contract.go
@@ -17,3 +17,12 @@
Id int `json:"id"`
Contract
}
+
+type GetContractList struct {
+ 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