|
@@ -76,7 +76,7 @@ public class CustomerInfoVo {
|
|
private Date editTime;
|
|
private Date editTime;
|
|
|
|
|
|
@JsonProperty("main_lead_id")
|
|
@JsonProperty("main_lead_id")
|
|
- private int mainLeadId;
|
|
|
|
|
|
+ private long mainLeadId;
|
|
|
|
|
|
@JsonProperty("lead_name")
|
|
@JsonProperty("lead_name")
|
|
private String leadName;
|
|
private String leadName;
|