|
|
@@ -6,59 +6,64 @@ public class FollowUpRecord {
|
|
|
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column follow_up_record.id
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
private String id;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column follow_up_record.cid
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
private String cid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column follow_up_record.aid
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
private String aid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column follow_up_record.follow_date
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
private Date followDate;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column follow_up_record.tm_stamp
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
private Date tmStamp;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column follow_up_record.follow_result
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
private String followResult;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column follow_up_record.follow_situation
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
private Integer followSituation;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column follow_up_record.attachment
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
private Integer attachment;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column follow_up_record.cuid
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
private String cuid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column follow_up_record.customer_status
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
private Integer customerStatus;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column follow_up_record.contact_info
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
+ */
|
|
|
+ private String contactInfo;
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column follow_up_record.id
|
|
|
* @return the value of follow_up_record.id
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
public String getId() {
|
|
|
return id;
|
|
|
@@ -67,7 +72,7 @@ public class FollowUpRecord {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column follow_up_record.id
|
|
|
* @param id the value for follow_up_record.id
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
public void setId(String id) {
|
|
|
this.id = id;
|
|
|
@@ -76,7 +81,7 @@ public class FollowUpRecord {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column follow_up_record.cid
|
|
|
* @return the value of follow_up_record.cid
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
public String getCid() {
|
|
|
return cid;
|
|
|
@@ -85,7 +90,7 @@ public class FollowUpRecord {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column follow_up_record.cid
|
|
|
* @param cid the value for follow_up_record.cid
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
public void setCid(String cid) {
|
|
|
this.cid = cid;
|
|
|
@@ -94,7 +99,7 @@ public class FollowUpRecord {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column follow_up_record.aid
|
|
|
* @return the value of follow_up_record.aid
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
public String getAid() {
|
|
|
return aid;
|
|
|
@@ -103,7 +108,7 @@ public class FollowUpRecord {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column follow_up_record.aid
|
|
|
* @param aid the value for follow_up_record.aid
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
public void setAid(String aid) {
|
|
|
this.aid = aid;
|
|
|
@@ -112,7 +117,7 @@ public class FollowUpRecord {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column follow_up_record.follow_date
|
|
|
* @return the value of follow_up_record.follow_date
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
public Date getFollowDate() {
|
|
|
return followDate;
|
|
|
@@ -121,7 +126,7 @@ public class FollowUpRecord {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column follow_up_record.follow_date
|
|
|
* @param followDate the value for follow_up_record.follow_date
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
public void setFollowDate(Date followDate) {
|
|
|
this.followDate = followDate;
|
|
|
@@ -130,7 +135,7 @@ public class FollowUpRecord {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column follow_up_record.tm_stamp
|
|
|
* @return the value of follow_up_record.tm_stamp
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
public Date getTmStamp() {
|
|
|
return tmStamp;
|
|
|
@@ -139,7 +144,7 @@ public class FollowUpRecord {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column follow_up_record.tm_stamp
|
|
|
* @param tmStamp the value for follow_up_record.tm_stamp
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
public void setTmStamp(Date tmStamp) {
|
|
|
this.tmStamp = tmStamp;
|
|
|
@@ -148,7 +153,7 @@ public class FollowUpRecord {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column follow_up_record.follow_result
|
|
|
* @return the value of follow_up_record.follow_result
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
public String getFollowResult() {
|
|
|
return followResult;
|
|
|
@@ -157,7 +162,7 @@ public class FollowUpRecord {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column follow_up_record.follow_result
|
|
|
* @param followResult the value for follow_up_record.follow_result
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
public void setFollowResult(String followResult) {
|
|
|
this.followResult = followResult;
|
|
|
@@ -166,7 +171,7 @@ public class FollowUpRecord {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column follow_up_record.follow_situation
|
|
|
* @return the value of follow_up_record.follow_situation
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
public Integer getFollowSituation() {
|
|
|
return followSituation;
|
|
|
@@ -175,7 +180,7 @@ public class FollowUpRecord {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column follow_up_record.follow_situation
|
|
|
* @param followSituation the value for follow_up_record.follow_situation
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
public void setFollowSituation(Integer followSituation) {
|
|
|
this.followSituation = followSituation;
|
|
|
@@ -184,7 +189,7 @@ public class FollowUpRecord {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column follow_up_record.attachment
|
|
|
* @return the value of follow_up_record.attachment
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
public Integer getAttachment() {
|
|
|
return attachment;
|
|
|
@@ -193,7 +198,7 @@ public class FollowUpRecord {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column follow_up_record.attachment
|
|
|
* @param attachment the value for follow_up_record.attachment
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
public void setAttachment(Integer attachment) {
|
|
|
this.attachment = attachment;
|
|
|
@@ -202,7 +207,7 @@ public class FollowUpRecord {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column follow_up_record.cuid
|
|
|
* @return the value of follow_up_record.cuid
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
public String getCuid() {
|
|
|
return cuid;
|
|
|
@@ -211,7 +216,7 @@ public class FollowUpRecord {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column follow_up_record.cuid
|
|
|
* @param cuid the value for follow_up_record.cuid
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
public void setCuid(String cuid) {
|
|
|
this.cuid = cuid;
|
|
|
@@ -220,7 +225,7 @@ public class FollowUpRecord {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column follow_up_record.customer_status
|
|
|
* @return the value of follow_up_record.customer_status
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
public Integer getCustomerStatus() {
|
|
|
return customerStatus;
|
|
|
@@ -229,9 +234,27 @@ public class FollowUpRecord {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column follow_up_record.customer_status
|
|
|
* @param customerStatus the value for follow_up_record.customer_status
|
|
|
- * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
*/
|
|
|
public void setCustomerStatus(Integer customerStatus) {
|
|
|
this.customerStatus = customerStatus;
|
|
|
}
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column follow_up_record.contact_info
|
|
|
+ * @return the value of follow_up_record.contact_info
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
+ */
|
|
|
+ public String getContactInfo() {
|
|
|
+ return contactInfo;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column follow_up_record.contact_info
|
|
|
+ * @param contactInfo the value for follow_up_record.contact_info
|
|
|
+ * @mbg.generated Tue Oct 17 18:20:53 CST 2017
|
|
|
+ */
|
|
|
+ public void setContactInfo(String contactInfo) {
|
|
|
+ this.contactInfo = contactInfo;
|
|
|
+ }
|
|
|
}
|