|
@@ -13,6 +13,7 @@ public class BusinessOpportunitiesClueBo implements Serializable {
|
|
|
private String attentionId;
|
|
|
private String wdName;
|
|
|
private String brandName;
|
|
|
+ private String wdAddrInfo;
|
|
|
private String contact;
|
|
|
private String telephone;
|
|
|
private Integer followUpCount;
|
|
@@ -27,6 +28,7 @@ public class BusinessOpportunitiesClueBo implements Serializable {
|
|
|
this.attentionId = clue.getAttentionId();
|
|
|
this.wdName = clue.getWdName();
|
|
|
this.brandName = clue.getBrandName();
|
|
|
+ this.wdAddrInfo = clue.getWdAddrInfo();
|
|
|
this.contact = clue.getContact();
|
|
|
this.telephone = clue.getTelephone();
|
|
|
this.followUpCount = clue.getFollowUpCount();
|