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