zhangqian
2023-08-10 f67698f7abf35689f24fdb17827249de79034a95
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"`
}