model/request/salesDetails.go
@@ -42,4 +42,6 @@ KeywordType constvar.SalesDetailsKeywordType `json:"keywordType"` Keyword string `json:"keyword"` SaleChanceId int `json:"saleChanceId"` //销售机会id ClientId int `json:"clientId"` //客户id Number string `json:"number"` //销售子单号 }