zhangqian
2023-08-10 f67698f7abf35689f24fdb17827249de79034a95
constvar/serviceOrder.go
@@ -1,4 +1,5 @@
package constvar
type ServiceOrderQueryClass string
const (
@@ -8,5 +9,12 @@
type ServiceOrderKeywordType string
const (
   ServiceOrderKeywordCustomerName   ServiceOrderKeywordType = ""
   ServiceOrderKeywordOrderNumber     ServiceOrderKeywordType = "服务单编号"
   ServiceOrderKeywordSubject         ServiceOrderKeywordType = "主题"
   ServiceOrderKeywordClientName      ServiceOrderKeywordType = "客户名称"
   ServiceOrderKeywordRealProcessTime ServiceOrderKeywordType = "实际处理时间"
   ServiceOrderKeywordServiceMan      ServiceOrderKeywordType = "服务人员"
   ServiceOrderKeywordServiceType     ServiceOrderKeywordType = "服务方式"
   ServiceOrderKeywordProductType     ServiceOrderKeywordType = "产品类别"
   ServiceOrderKeywordFaultType       ServiceOrderKeywordType = "故障类别"
)