model/request/salesLeads.go @@ -25,3 +25,7 @@ PageInfo Keyword string `json:"keyword"` } type DeleteSalesLeads struct { Ids []int `json:"ids"` }