|
|
@@ -10,12 +10,12 @@ public class OutUserLastSignBo {
|
|
|
private String nickname;
|
|
|
@Excel(name = "跟单人")
|
|
|
private String name;
|
|
|
- @Excel(name = "联系人")
|
|
|
- private String contacts;
|
|
|
- @Excel(name = "联系人电话")
|
|
|
- private String contactMobile;
|
|
|
- @Excel(name = "已签项目")
|
|
|
- private String taskNames;
|
|
|
+// @Excel(name = "联系人")
|
|
|
+// private String contacts;
|
|
|
+// @Excel(name = "联系人电话")
|
|
|
+// private String contactMobile;
|
|
|
+// @Excel(name = "已签项目")
|
|
|
+// private String taskNames;
|
|
|
@Excel(name = "最后跟进时间")
|
|
|
private String lastFollowTimeStr;
|
|
|
|
|
|
@@ -43,30 +43,6 @@ public class OutUserLastSignBo {
|
|
|
this.name = name;
|
|
|
}
|
|
|
|
|
|
- public String getContacts() {
|
|
|
- return contacts;
|
|
|
- }
|
|
|
-
|
|
|
- public void setContacts(String contacts) {
|
|
|
- this.contacts = contacts;
|
|
|
- }
|
|
|
-
|
|
|
- public String getContactMobile() {
|
|
|
- return contactMobile;
|
|
|
- }
|
|
|
-
|
|
|
- public void setContactMobile(String contactMobile) {
|
|
|
- this.contactMobile = contactMobile;
|
|
|
- }
|
|
|
-
|
|
|
- public String getTaskNames() {
|
|
|
- return taskNames;
|
|
|
- }
|
|
|
-
|
|
|
- public void setTaskNames(String taskNames) {
|
|
|
- this.taskNames = taskNames;
|
|
|
- }
|
|
|
-
|
|
|
public String getLastFollowTimeStr() {
|
|
|
return lastFollowTimeStr;
|
|
|
}
|