model/request/salesLeads.go
@@ -1,5 +1,7 @@ package request import "aps_crm/constvar" type AddSalesLeads struct { SalesLeads } @@ -29,3 +31,10 @@ type DeleteSalesLeads struct { Ids []int `json:"ids"` } // swagger:model PushSalesLeads type PushSalesLeads struct { Id int `json:"id"` Step constvar.SalesStatus `json:"step"` // 商机状态: 1: 跟进中; -1:失败 Reason string `json:"reason"` }