|
@@ -30,7 +30,7 @@ public class CmBehaviorRecord extends DataEntity<CmBehaviorRecord> {
|
|
private String name; // 公司名称
|
|
private String name; // 公司名称
|
|
private String companyType; //公司类型
|
|
private String companyType; //公司类型
|
|
private String linkMan; //联系人
|
|
private String linkMan; //联系人
|
|
- private String contractMobile; //联系手机
|
|
|
|
|
|
+ private String contractPhone; //联系手机
|
|
private String spName; // 协销名称
|
|
private String spName; // 协销名称
|
|
private String startTime; //开始时间
|
|
private String startTime; //开始时间
|
|
private String endTime; //结束时间
|
|
private String endTime; //结束时间
|
|
@@ -165,12 +165,12 @@ public class CmBehaviorRecord extends DataEntity<CmBehaviorRecord> {
|
|
this.linkMan = linkMan;
|
|
this.linkMan = linkMan;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getContractMobile() {
|
|
|
|
- return contractMobile;
|
|
|
|
|
|
+ public String getContractPhone() {
|
|
|
|
+ return contractPhone;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setContractMobile(String contractMobile) {
|
|
|
|
- this.contractMobile = contractMobile;
|
|
|
|
|
|
+ public void setContractPhone(String contractMobile) {
|
|
|
|
+ this.contractPhone = contractMobile;
|
|
}
|
|
}
|
|
|
|
|
|
public String getSpName() {
|
|
public String getSpName() {
|