From 107a63155dcd0a900f964f9dd31805dd4eaea40e Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期三, 16 八月 2023 16:27:18 +0800
Subject: [PATCH] fix

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

diff --git a/model/request/saleChance.go b/model/request/saleChance.go
index 7d5c4f1..83f3ee1 100644
--- a/model/request/saleChance.go
+++ b/model/request/saleChance.go
@@ -44,5 +44,10 @@
 
 type GetSaleChanceList struct {
 	PageInfo
-	Keyword string `json:"keyword"`
+	SearchMap map[string]interface{} `json:"search_map"` // 鎼滅储鏉′欢: map[string]interface{}{"name": "xxx"}; {"name": "鏈轰細鍚嶇О", "client_name": "瀹㈡埛鍚嶇О","number":"缂栧彿", "contact_name":"鑱旂郴浜哄鍚�", "member_name": "閿�鍞礋璐d汉", "status": "鐘舵��", "sale_stage": "闃舵", "possibilities": "鍙兘鎬�", "expected_time": "棰勮鎴愪氦鏃堕棿", "budget": "璧勯噾缁濆鍊�", "projected_amount": "棰勮鍚堝悓閲戦"}
+}
+
+type PushSaleChance struct {
+	Id   int `json:"id" binding:"required"`
+	Step int `json:"step" binding:"required"`
 }

--
Gitblit v1.8.0