zhangqian
2023-08-02 6e9274c27ffc8fe7f41e2c3c06a239d4c3fb09e5
constvar/const.go
@@ -91,3 +91,14 @@
   ServiceContractKeywordServiceEndDate    ServiceContractKeywordType = "服务到期日"
   ServiceContractKeywordServiceTotalPrice ServiceContractKeywordType = "价税合计"
)
type ServiceFollowupKeywordType string
const (
   ServiceFollowupKeywordFollowupNo         ServiceFollowupKeywordType = "回访单编号"
   ServiceFollowupKeywordCustomerName       ServiceFollowupKeywordType = "客户名称"
   ServiceFollowupKeywordContactName        ServiceFollowupKeywordType = "联系人姓名"
   ServiceFollowupKeywordCustomerServiceNo  ServiceFollowupKeywordType = "客户服务单"
   ServiceFollowupKeywordVisitor            ServiceFollowupKeywordType = "回访人"
   ServiceFollowupKeywordSatisfactionDegree ServiceFollowupKeywordType = "满意度"
)