package constvar type ServiceOrderQueryClass string const ( ServiceOrderQueryClassExpireLessThen60Days ServiceOrderQueryClass = "" ) type ServiceOrderKeywordType string const ( ServiceOrderKeywordCustomerName ServiceOrderKeywordType = "" )