zhangqian
2023-08-02 5906a2067ff026db4a54817e479222a7e766ae1b
constvar/const.go
@@ -102,3 +102,28 @@
   ServiceFollowupKeywordVisitor            ServiceFollowupKeywordType = "回访人"
   ServiceFollowupKeywordSatisfactionDegree ServiceFollowupKeywordType = "满意度"
)
type ServiceFeeQueryClass string
const (
   ServiceFeeQueryClassExpireLessThen60Days ServiceFeeQueryClass = "过期未满60天"
   ServiceFeeQueryClassExpireLessThen30Days ServiceFeeQueryClass = "过期未满30天"
   ServiceFeeQueryClassExpireAboutTo60Day   ServiceFeeQueryClass = "即将过期60天"
   ServiceFeeQueryClassExpireAboutTo30Day   ServiceFeeQueryClass = "即将过期30天"
   ServiceFeeQueryClassExpired              ServiceFeeQueryClass = "已过期"
   ServiceFeeQueryClassNoService            ServiceFeeQueryClass = "无服务"
)
type ServiceFeeKeywordType string
const (
   ServiceFeeKeywordCustomerName   ServiceFeeKeywordType = "客户名称"
   ServiceFeeKeywordCustomerType   ServiceFeeKeywordType = "客户类型"
   ServiceFeeKeywordSalesPrincipal ServiceFeeKeywordType = "销售负责人"
   ServiceFeeKeywordCustomerScale  ServiceFeeKeywordType = "客户规模"
   ServiceFeeKeywordClientLevel    ServiceFeeKeywordType = "重要级别"
   ServiceFeeKeywordCustomerNo     ServiceFeeKeywordType = "客户编号"
   ServiceFeeKeywordCustomerStatus ServiceFeeKeywordType = "客户状态"
   ServiceFeeKeywordProductName    ServiceFeeKeywordType = "产品名称"
   ServiceFeeKeywordServiceEndDate ServiceFeeKeywordType = "服务到期日"
)