zhangqian
2023-11-01 530fed8ec225453572d57b15c200ab062c335457
model/request/serviceContract.go
@@ -28,6 +28,7 @@
   Products                []*model.Product `json:"products"`
   ServiceContractTypeId   int              `json:"serviceContractTypeId"`
   ServiceContractStatusId int              `json:"serviceContractStatusId"`
   CodeStandID             string           `json:"codeStandID"` //编码id
}
type UpdateServiceContract struct {
@@ -37,9 +38,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 {