Browse Source

新增客户档案面谈表

anderx 9 months ago
parent
commit
16dec6ff9b
1 changed files with 19 additions and 22 deletions
  1. 19 22
      src/main/java/com/goafanti/Interview/bo/UpdateUserBo.java

+ 19 - 22
src/main/java/com/goafanti/Interview/bo/UpdateUserBo.java

@@ -41,24 +41,6 @@ public class UpdateUserBo  extends UserArchives {
      */
     private String followUpPlan;
 
-
-
-    public String getAid() {
-        return aid;
-    }
-
-    public void setAid(String aid) {
-        this.aid = aid;
-    }
-
-    public Integer getCounts() {
-        return counts;
-    }
-
-    public void setCounts(Integer counts) {
-        this.counts = counts;
-    }
-
     @Override
     public String getEarlyCommunication() {
         return earlyCommunication;
@@ -69,12 +51,10 @@ public class UpdateUserBo  extends UserArchives {
         this.earlyCommunication = earlyCommunication;
     }
 
-    @Override
     public String getCustomerDemand() {
         return customerDemand;
     }
 
-    @Override
     public void setCustomerDemand(String customerDemand) {
         this.customerDemand = customerDemand;
     }
@@ -89,16 +69,33 @@ public class UpdateUserBo  extends UserArchives {
         this.interviewIdeas = interviewIdeas;
     }
 
-    @Override
     public String getInterviewPurpose() {
         return interviewPurpose;
     }
 
-    @Override
     public void setInterviewPurpose(String interviewPurpose) {
         this.interviewPurpose = interviewPurpose;
     }
 
+    public String getAid() {
+        return aid;
+    }
+
+    public void setAid(String aid) {
+        this.aid = aid;
+    }
+
+    public Integer getCounts() {
+        return counts;
+    }
+
+    public void setCounts(Integer counts) {
+        this.counts = counts;
+    }
+
+
+
+
     public String getInterviewRecommend() {
         return interviewRecommend;
     }