liujiandao
2023-10-12 17aaed743ab7a3520ec8eb9e4ab7c776ca807cdd
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 {