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/saleChance.go | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/model/request/saleChance.go b/model/request/saleChance.go
index 7d5c4f1..6b7fe11 100644
--- a/model/request/saleChance.go
+++ b/model/request/saleChance.go
@@ -44,5 +44,14 @@
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"`
+}
+
+type DeleteSaleChance struct {
+ Ids []int `json:"ids"`
}
--
Gitblit v1.8.0