|
|
@@ -56,6 +56,42 @@ public class OutPublicDtails {
|
|
|
private String supplement;
|
|
|
@Excel(name = "下次计划" )
|
|
|
private String nextPlan;
|
|
|
+ /**
|
|
|
+ * 前期沟通-客户的难处
|
|
|
+ */
|
|
|
+ @Excel(name = "客户的难处" )
|
|
|
+ private String earlyCommunication;
|
|
|
+ /**
|
|
|
+ * 客户的需求
|
|
|
+ */
|
|
|
+ @Excel(name = "客户需求" )
|
|
|
+ private String customerDemand;
|
|
|
+ /**
|
|
|
+ * 面谈思路
|
|
|
+ */
|
|
|
+ @Excel(name = "面试思路" )
|
|
|
+ private String interviewIdeas;
|
|
|
+ /**
|
|
|
+ * 面谈达成的目的
|
|
|
+ */
|
|
|
+ @Excel(name = "面谈达成的目的" )
|
|
|
+ private String interviewPurpose;
|
|
|
+ /**
|
|
|
+ * 经理/上级面谈建议
|
|
|
+ */
|
|
|
+ @Excel(name = "经理/上级面谈建议" )
|
|
|
+ private String interviewRecommend;
|
|
|
+ /**
|
|
|
+ * 面谈后反馈
|
|
|
+ */
|
|
|
+ @Excel(name = "面谈后反馈" )
|
|
|
+ private String interviewFeedback;
|
|
|
+ /**
|
|
|
+ * 后续跟进计划
|
|
|
+ */
|
|
|
+ @Excel(name = "后续跟进计划" )
|
|
|
+ private String followUpPlan;
|
|
|
+
|
|
|
@Excel(name = "审核信息" )
|
|
|
private String auditInfo;
|
|
|
@Excel(name = "审核时间" )
|
|
|
@@ -76,6 +112,63 @@ public class OutPublicDtails {
|
|
|
@Excel(name = "订单总金额" ,scale = 6)
|
|
|
private BigDecimal totalAmout;
|
|
|
|
|
|
+
|
|
|
+ public String getEarlyCommunication() {
|
|
|
+ return earlyCommunication;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setEarlyCommunication(String earlyCommunication) {
|
|
|
+ this.earlyCommunication = earlyCommunication;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getCustomerDemand() {
|
|
|
+ return customerDemand;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCustomerDemand(String customerDemand) {
|
|
|
+ this.customerDemand = customerDemand;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getInterviewIdeas() {
|
|
|
+ return interviewIdeas;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setInterviewIdeas(String interviewIdeas) {
|
|
|
+ this.interviewIdeas = interviewIdeas;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getInterviewPurpose() {
|
|
|
+ return interviewPurpose;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setInterviewPurpose(String interviewPurpose) {
|
|
|
+ this.interviewPurpose = interviewPurpose;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getInterviewRecommend() {
|
|
|
+ return interviewRecommend;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setInterviewRecommend(String interviewRecommend) {
|
|
|
+ this.interviewRecommend = interviewRecommend;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getInterviewFeedback() {
|
|
|
+ return interviewFeedback;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setInterviewFeedback(String interviewFeedback) {
|
|
|
+ this.interviewFeedback = interviewFeedback;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getFollowUpPlan() {
|
|
|
+ return followUpPlan;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFollowUpPlan(String followUpPlan) {
|
|
|
+ this.followUpPlan = followUpPlan;
|
|
|
+ }
|
|
|
+
|
|
|
public String getClockInStr() {
|
|
|
return clockInStr;
|
|
|
}
|