Browse Source

新增客户最后跟进列表

anderx 2 years ago
parent
commit
67ca284997
1 changed files with 6 additions and 30 deletions
  1. 6 30
      src/main/java/com/goafanti/customer/bo/OutUserLastSignBo.java

+ 6 - 30
src/main/java/com/goafanti/customer/bo/OutUserLastSignBo.java

@@ -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;
     }