zhangqian
2023-08-16 87cad05224d857ec0e113ae03b006d2a52ec3049
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": "销售负责人", "status": "状态", "sale_stage": "阶段", "possibilities": "可能性", "expected_time": "预计成交时间", "budget": "资金绝对值", "projected_amount": "预计合同金额"}
}
type PushSaleChance struct {
   Id   int `json:"id" binding:"required"`
   Step int `json:"step" binding:"required"`
}