| | |
| | | |
| | | 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"` |
| | | } |