| | |
| | | |
| | | type GetServiceContractList struct { |
| | | PageInfo |
| | | QueryClass constvar.ServiceContractQueryClass `json:"queryClass"` |
| | | KeywordType constvar.ServiceContractKeywordType `json:"keywordType"` |
| | | Keyword string `json:"keyword"` |
| | | QueryClass constvar.ServiceContractQueryClass `json:"queryClass"` |
| | | KeywordType constvar.ServiceContractKeywordType `json:"keywordType"` |
| | | Keyword string `json:"keyword"` |
| | | SalesDetailsId int `json:"salesDetailsId"` //合同订单id |
| | | QuotationId int `json:"quotationId"` //报价单id |
| | | SaleChanceId int `json:"saleChanceId"` //销售机会id |
| | | ContactId int `json:"contactId"` //联系人id |
| | | } |
| | | |
| | | type DeleteServiceContract struct { |