zhangqian
2023-08-02 b6b7eb71bf61f90874e5699ec849362fb725cb99
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"`
}