|
|
@@ -18,6 +18,8 @@ public class FollowBusinessBo {
|
|
|
private String identityName;
|
|
|
/** 当前联系人姓名 **/
|
|
|
private String contacts;
|
|
|
+ /** 当前联系电话 **/
|
|
|
+ private String contactMobile;
|
|
|
/** 需要保存的联系人ID **/
|
|
|
private String ocbId;
|
|
|
/** 拜访方式 **/
|
|
|
@@ -55,6 +57,12 @@ public class FollowBusinessBo {
|
|
|
public void setContacts(String contacts) {
|
|
|
this.contacts = contacts;
|
|
|
}
|
|
|
+ public String getContactMobile() {
|
|
|
+ return contactMobile;
|
|
|
+ }
|
|
|
+ public void setContactMobile(String contactMobile) {
|
|
|
+ this.contactMobile = contactMobile;
|
|
|
+ }
|
|
|
public String getOcbId() {
|
|
|
return ocbId;
|
|
|
}
|