|
|
@@ -47,7 +47,7 @@ public class BlinkCustomerVO extends BaseEntity {
|
|
|
/**
|
|
|
* 客户属性
|
|
|
*/
|
|
|
- @DataAdaptorMapping(type = "dict", value = "BLINK_CUSTOMER_TYPE")
|
|
|
+ @DataAdaptorMapping(type = "dict", value = "BLINK_CUSTOMER_ATTRIBUTE")
|
|
|
private String customerAttribute;
|
|
|
|
|
|
/**
|
|
|
@@ -219,8 +219,9 @@ public class BlinkCustomerVO extends BaseEntity {
|
|
|
private String groupCustomerId;
|
|
|
|
|
|
/**
|
|
|
- * 客户登记
|
|
|
+ * 客户等级
|
|
|
*/
|
|
|
+ @DataAdaptorMapping(type = "dict", value = "BLINK_CUSTOMER_GRADE")
|
|
|
private String customerGrade;
|
|
|
|
|
|
/**
|
|
|
@@ -241,6 +242,7 @@ public class BlinkCustomerVO extends BaseEntity {
|
|
|
/**
|
|
|
* 客户类型
|
|
|
*/
|
|
|
+ @DataAdaptorMapping(type = "dict", value = "BLINK_CUSTOMER_TYPE")
|
|
|
private String customerType;
|
|
|
|
|
|
/**
|