From 6da26bae86d3a213c193a8d81e3a1f24f149a2a1 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 15 三月 2024 14:36:55 +0800
Subject: [PATCH] aps获取crm信息

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

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

--
Gitblit v1.8.0