liujiandao
2023-10-13 4a598a4d1289039928bab05e14dd5735ad219a0f
model/request/salesDetails.go
@@ -39,6 +39,8 @@
type GetSalesDetailsList struct {
   PageInfo
   KeywordType constvar.SalesDetailsKeywordType `json:"keywordType"`
   Keyword     string                           `json:"keyword"`
   KeywordType  constvar.SalesDetailsKeywordType `json:"keywordType"`
   Keyword      string                           `json:"keyword"`
   SaleChanceId int                              `json:"saleChanceId"` //销售机会id
   ClientId     int                              `json:"clientId"`     //客户id
}