wangpengfei
2023-08-07 9c2489c0c360c8dda36d3cbe1dba79222096b2dd
model/request/serviceContract.go
@@ -1,6 +1,7 @@
package request
import (
   "aps_crm/constvar"
   "aps_crm/model"
)
@@ -34,7 +35,9 @@
type GetServiceContractList struct {
   PageInfo
   Keyword string `json:"keyword"`
   QueryClass  constvar.ServiceContractQueryClass  `json:"queryClass"`
   KeywordType constvar.ServiceContractKeywordType `json:"keywordType"`
   Keyword     string                              `json:"keyword"`
}
type DeleteserviceContract struct {