|
|
@@ -6,74 +6,74 @@ public class CustomerLog {
|
|
|
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_log.id
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
private String id;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_log.cid
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
private String cid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_log.operator_name
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
private String operatorName;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_log.operator_type
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
private String operatorType;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_log.operator_time
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
- private Date operatorTime;
|
|
|
+ private String operatorTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_log.before_customer_status
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
private String beforeCustomerStatus;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_log.after_customer_status
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
private String afterCustomerStatus;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_log.before_customer_intention
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
private String beforeCustomerIntention;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_log.after_customer_intention
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
private String afterCustomerIntention;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_log.before_follow_situation
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
private String beforeFollowSituation;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_log.after_follow_situation
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
private String afterFollowSituation;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_log.before_admin_name
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
private String beforeAdminName;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_log.after_admin_name
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
private String afterAdminName;
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_log.id
|
|
|
* @return the value of customer_log.id
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public String getId() {
|
|
|
return id;
|
|
|
@@ -82,7 +82,7 @@ public class CustomerLog {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_log.id
|
|
|
* @param id the value for customer_log.id
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public void setId(String id) {
|
|
|
this.id = id;
|
|
|
@@ -91,7 +91,7 @@ public class CustomerLog {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_log.cid
|
|
|
* @return the value of customer_log.cid
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public String getCid() {
|
|
|
return cid;
|
|
|
@@ -100,7 +100,7 @@ public class CustomerLog {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_log.cid
|
|
|
* @param cid the value for customer_log.cid
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public void setCid(String cid) {
|
|
|
this.cid = cid;
|
|
|
@@ -109,7 +109,7 @@ public class CustomerLog {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_log.operator_name
|
|
|
* @return the value of customer_log.operator_name
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public String getOperatorName() {
|
|
|
return operatorName;
|
|
|
@@ -118,7 +118,7 @@ public class CustomerLog {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_log.operator_name
|
|
|
* @param operatorName the value for customer_log.operator_name
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public void setOperatorName(String operatorName) {
|
|
|
this.operatorName = operatorName;
|
|
|
@@ -127,7 +127,7 @@ public class CustomerLog {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_log.operator_type
|
|
|
* @return the value of customer_log.operator_type
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public String getOperatorType() {
|
|
|
return operatorType;
|
|
|
@@ -136,7 +136,7 @@ public class CustomerLog {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_log.operator_type
|
|
|
* @param operatorType the value for customer_log.operator_type
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public void setOperatorType(String operatorType) {
|
|
|
this.operatorType = operatorType;
|
|
|
@@ -145,25 +145,25 @@ public class CustomerLog {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_log.operator_time
|
|
|
* @return the value of customer_log.operator_time
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
- public Date getOperatorTime() {
|
|
|
+ public String getOperatorTime() {
|
|
|
return operatorTime;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_log.operator_time
|
|
|
* @param operatorTime the value for customer_log.operator_time
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
- public void setOperatorTime(Date operatorTime) {
|
|
|
+ public void setOperatorTime(String operatorTime) {
|
|
|
this.operatorTime = operatorTime;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_log.before_customer_status
|
|
|
* @return the value of customer_log.before_customer_status
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public String getBeforeCustomerStatus() {
|
|
|
return beforeCustomerStatus;
|
|
|
@@ -172,7 +172,7 @@ public class CustomerLog {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_log.before_customer_status
|
|
|
* @param beforeCustomerStatus the value for customer_log.before_customer_status
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public void setBeforeCustomerStatus(String beforeCustomerStatus) {
|
|
|
this.beforeCustomerStatus = beforeCustomerStatus;
|
|
|
@@ -181,7 +181,7 @@ public class CustomerLog {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_log.after_customer_status
|
|
|
* @return the value of customer_log.after_customer_status
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public String getAfterCustomerStatus() {
|
|
|
return afterCustomerStatus;
|
|
|
@@ -190,7 +190,7 @@ public class CustomerLog {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_log.after_customer_status
|
|
|
* @param afterCustomerStatus the value for customer_log.after_customer_status
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public void setAfterCustomerStatus(String afterCustomerStatus) {
|
|
|
this.afterCustomerStatus = afterCustomerStatus;
|
|
|
@@ -199,7 +199,7 @@ public class CustomerLog {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_log.before_customer_intention
|
|
|
* @return the value of customer_log.before_customer_intention
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public String getBeforeCustomerIntention() {
|
|
|
return beforeCustomerIntention;
|
|
|
@@ -208,7 +208,7 @@ public class CustomerLog {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_log.before_customer_intention
|
|
|
* @param beforeCustomerIntention the value for customer_log.before_customer_intention
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public void setBeforeCustomerIntention(String beforeCustomerIntention) {
|
|
|
this.beforeCustomerIntention = beforeCustomerIntention;
|
|
|
@@ -217,7 +217,7 @@ public class CustomerLog {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_log.after_customer_intention
|
|
|
* @return the value of customer_log.after_customer_intention
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public String getAfterCustomerIntention() {
|
|
|
return afterCustomerIntention;
|
|
|
@@ -226,7 +226,7 @@ public class CustomerLog {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_log.after_customer_intention
|
|
|
* @param afterCustomerIntention the value for customer_log.after_customer_intention
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public void setAfterCustomerIntention(String afterCustomerIntention) {
|
|
|
this.afterCustomerIntention = afterCustomerIntention;
|
|
|
@@ -235,7 +235,7 @@ public class CustomerLog {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_log.before_follow_situation
|
|
|
* @return the value of customer_log.before_follow_situation
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public String getBeforeFollowSituation() {
|
|
|
return beforeFollowSituation;
|
|
|
@@ -244,7 +244,7 @@ public class CustomerLog {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_log.before_follow_situation
|
|
|
* @param beforeFollowSituation the value for customer_log.before_follow_situation
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public void setBeforeFollowSituation(String beforeFollowSituation) {
|
|
|
this.beforeFollowSituation = beforeFollowSituation;
|
|
|
@@ -253,7 +253,7 @@ public class CustomerLog {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_log.after_follow_situation
|
|
|
* @return the value of customer_log.after_follow_situation
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public String getAfterFollowSituation() {
|
|
|
return afterFollowSituation;
|
|
|
@@ -262,7 +262,7 @@ public class CustomerLog {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_log.after_follow_situation
|
|
|
* @param afterFollowSituation the value for customer_log.after_follow_situation
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public void setAfterFollowSituation(String afterFollowSituation) {
|
|
|
this.afterFollowSituation = afterFollowSituation;
|
|
|
@@ -271,7 +271,7 @@ public class CustomerLog {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_log.before_admin_name
|
|
|
* @return the value of customer_log.before_admin_name
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public String getBeforeAdminName() {
|
|
|
return beforeAdminName;
|
|
|
@@ -280,7 +280,7 @@ public class CustomerLog {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_log.before_admin_name
|
|
|
* @param beforeAdminName the value for customer_log.before_admin_name
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public void setBeforeAdminName(String beforeAdminName) {
|
|
|
this.beforeAdminName = beforeAdminName;
|
|
|
@@ -289,7 +289,7 @@ public class CustomerLog {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_log.after_admin_name
|
|
|
* @return the value of customer_log.after_admin_name
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public String getAfterAdminName() {
|
|
|
return afterAdminName;
|
|
|
@@ -298,7 +298,7 @@ public class CustomerLog {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_log.after_admin_name
|
|
|
* @param afterAdminName the value for customer_log.after_admin_name
|
|
|
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 15:20:07 CST 2017
|
|
|
*/
|
|
|
public void setAfterAdminName(String afterAdminName) {
|
|
|
this.afterAdminName = afterAdminName;
|