Sfoglia il codice sorgente

feat: 维护客户字典

gufj 7 mesi fa
parent
commit
921dc2268d

+ 4 - 2
bound-link-api/blink-common-dto/src/main/java/com/wx/blink/common/vo/BlinkCustomerVO.java

@@ -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;
 
     /**