傅行帆 hace 3 años
padre
commit
4c803c62de

+ 2
- 0
src/main/java/com/yunzhi/marketing/xlk/entity/CustomerPreparatory.java Ver fichero

91
      * 渠道ID
91
      * 渠道ID
92
      */
92
      */
93
     private Integer channelId;
93
     private Integer channelId;
94
+
95
+    private String channelCustomerId;
94
 }
96
 }

+ 2
- 0
src/main/java/com/yunzhi/marketing/xlk/entity/CustomerSignatory.java Ver fichero

114
     private LocalDateTime successDate ;
114
     private LocalDateTime successDate ;
115
     /** 类型 */
115
     /** 类型 */
116
     private String type ;
116
     private String type ;
117
+
118
+    private String channelCustomerId;
117
 }
119
 }

+ 2
- 0
src/main/java/com/yunzhi/marketing/xlk/entity/CustomerVisit.java Ver fichero

93
     private Integer channelId;
93
     private Integer channelId;
94
 
94
 
95
     private LocalDateTime visitDate;
95
     private LocalDateTime visitDate;
96
+
97
+    private String channelCustomerId;
96
 }
98
 }