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