|
@@ -37,7 +37,7 @@ type SaleChanceReq struct {
|
|
|
Summary string `json:"summary"` //概要信息
|
|
|
ChanceClassify int64 `json:"chanceClassify"` //机会分类
|
|
|
ExpectedOrderTime int64 `json:"expectedOrderTime,optional"` //最初预计落单段时间 时间戳
|
|
|
- ExpectedMoney int64 `json:"expectedMoney,optional"` //最初预计落单金额
|
|
|
+ ExpectedMoney float64 `json:"expectedMoney,optional"` //最初预计落单金额
|
|
|
CustomName string `json:"customName"` //客户全称
|
|
|
BusinessType int64 `json:"businessType"` //业务类型 1新客户需求 2老客户需求 3简易项目流程
|
|
|
Remarks string `json:"remarks,optional"` //备注
|