|
@@ -4,6 +4,7 @@ package com.bosshand.virgo.core.model;
|
|
|
* 客户
|
|
|
*/
|
|
|
public class MgrClient {
|
|
|
+
|
|
|
/**
|
|
|
* 客户名称
|
|
|
*/
|
|
@@ -54,16 +55,6 @@ public class MgrClient {
|
|
|
*/
|
|
|
private String customerIndustry;
|
|
|
|
|
|
- /**
|
|
|
- * 跟进人
|
|
|
- */
|
|
|
- private String followUpPerson;
|
|
|
-
|
|
|
- /**
|
|
|
- * 首次带看房源
|
|
|
- */
|
|
|
- private String firsTimeRoom;
|
|
|
-
|
|
|
/**
|
|
|
* 来访渠道
|
|
|
*/
|
|
@@ -89,6 +80,16 @@ public class MgrClient {
|
|
|
*/
|
|
|
private Integer highSeas;
|
|
|
|
|
|
+ /**
|
|
|
+ * 跟进人
|
|
|
+ */
|
|
|
+ private String followUpPerson;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 首次带看房源
|
|
|
+ */
|
|
|
+ private String firsTimeRoom;
|
|
|
+
|
|
|
private long id;
|
|
|
|
|
|
/**
|
|
@@ -181,22 +182,6 @@ public class MgrClient {
|
|
|
this.customerIndustry = customerIndustry;
|
|
|
}
|
|
|
|
|
|
- public String getFollowUpPerson() {
|
|
|
- return followUpPerson;
|
|
|
- }
|
|
|
-
|
|
|
- public void setFollowUpPerson(String followUpPerson) {
|
|
|
- this.followUpPerson = followUpPerson;
|
|
|
- }
|
|
|
-
|
|
|
- public String getFirsTimeRoom() {
|
|
|
- return firsTimeRoom;
|
|
|
- }
|
|
|
-
|
|
|
- public void setFirsTimeRoom(String firsTimeRoom) {
|
|
|
- this.firsTimeRoom = firsTimeRoom;
|
|
|
- }
|
|
|
-
|
|
|
public String getVisitingChannels() {
|
|
|
return visitingChannels;
|
|
|
}
|
|
@@ -237,6 +222,22 @@ public class MgrClient {
|
|
|
this.highSeas = highSeas;
|
|
|
}
|
|
|
|
|
|
+ public String getFollowUpPerson() {
|
|
|
+ return followUpPerson;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFollowUpPerson(String followUpPerson) {
|
|
|
+ this.followUpPerson = followUpPerson;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getFirsTimeRoom() {
|
|
|
+ return firsTimeRoom;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFirsTimeRoom(String firsTimeRoom) {
|
|
|
+ this.firsTimeRoom = firsTimeRoom;
|
|
|
+ }
|
|
|
+
|
|
|
public long getId() {
|
|
|
return id;
|
|
|
}
|