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