model/request/serviceContract.go
@@ -43,6 +43,10 @@ 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 {