@@ -85,4 +85,14 @@ public class CrmLineCustomerListQueryParam extends BaseQueryParam
@Excel(name = "标签" )
private String tags;
+ /**
+ * 等级
+ */
+ private String attritionLevel;
+
+ * 意向度
+ @Excel(name = "意向度")
+ private String intentionDegree;
}