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