| | |
| | | } |
| | | |
| | | ContactResponse struct { |
| | | List []*model.Contact `json:"list"` |
| | | List []*model.ContactDetail `json:"list"` |
| | | } |
| | | |
| | | ClientResponse struct { |
| | |
| | | FollowRecordResponse struct { |
| | | List []*model.FollowRecord `json:"list"` |
| | | } |
| | | |
| | | SaleChanceResponse struct { |
| | | List []*model.SaleChance `json:"list"` |
| | | } |
| | | |
| | | SaleStageResponse struct { |
| | | List []*model.SaleStage `json:"list"` |
| | | } |
| | | |
| | | SaleTypeResponse struct { |
| | | List []*model.SaleType `json:"list"` |
| | | } |
| | | |
| | | RegularCustomersResponse struct { |
| | | List []*model.RegularCustomers `json:"list"` |
| | | } |
| | | |
| | | PossibilityResponse struct { |
| | | List []*model.Possibility `json:"list"` |
| | | } |
| | | |
| | | StatusResponse struct { |
| | | List []*model.Status `json:"list"` |
| | | } |
| | | |
| | | QuotationResponse struct { |
| | | List []*model.Quotation `json:"list"` |
| | | } |
| | | ) |