zhangqian
2023-08-11 ff3e203423f296965472d1f09347cda5cfe3a786
model/request/serviceOrder.go
@@ -40,7 +40,7 @@
type GetServiceOrderList struct {
   PageInfo
   QueryClass  constvar.ServiceOrderQueryClass  `json:"queryClass"`
   KeywordType constvar.ServiceOrderKeywordType `json:"keywordType"`
   Keyword     string                           `json:"keyword"`
   QueryClass  constvar.ServiceOrderQueryClass  `json:"queryClass" form:"queryClass"`
   KeywordType constvar.ServiceOrderKeywordType `json:"keywordType" form:"keywordType"`
   Keyword     string                           `json:"keyword" form:"keyword"`
}