liujiandao
2023-10-17 d4bf53dd19a45ef09a367babcf7a2ac04ae1d08f
model/request/serviceContract.go
@@ -40,9 +40,13 @@
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 {