wangpengfei
2023-08-10 724674c54da32406a16264850c3719b2553aada6
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"`
}