zhangqian
2023-08-07 4b63908ad085bc570623f7b0c0fd397b2ae7a80d
model/request/serviceContract.go
@@ -1,6 +1,7 @@
package request
import (
   "aps_crm/constvar"
   "aps_crm/model"
)
@@ -31,3 +32,10 @@
   Id int `json:"id"`
   ServiceContract
}
type GetServiceContractList struct {
   PageInfo
   QueryClass  constvar.ServiceContractQueryClass  `json:"queryClass"`
   KeywordType constvar.ServiceContractKeywordType `json:"keywordType"`
   Keyword     string                              `json:"keyword"`
}