|
|
@@ -6,69 +6,69 @@ public class FollowUpRecord {
|
|
|
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column follow_up_record.id
|
|
|
- * @mbg.generated Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
- private Integer attachment;
|
|
|
+ private String attachment;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column follow_up_record.cuid
|
|
|
- * @mbg.generated Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
private String contactInfo;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column follow_up_record.effective
|
|
|
- * @mbg.generated Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
private Integer effective;
|
|
|
|
|
|
/**
|
|
|
* 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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
public String getId() {
|
|
|
return id;
|
|
|
@@ -77,7 +77,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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
public void setId(String id) {
|
|
|
this.id = id;
|
|
|
@@ -86,7 +86,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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
public String getCid() {
|
|
|
return cid;
|
|
|
@@ -95,7 +95,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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
public void setCid(String cid) {
|
|
|
this.cid = cid;
|
|
|
@@ -104,7 +104,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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
public String getAid() {
|
|
|
return aid;
|
|
|
@@ -113,7 +113,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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
public void setAid(String aid) {
|
|
|
this.aid = aid;
|
|
|
@@ -122,7 +122,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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
public Date getFollowDate() {
|
|
|
return followDate;
|
|
|
@@ -131,7 +131,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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
public void setFollowDate(Date followDate) {
|
|
|
this.followDate = followDate;
|
|
|
@@ -140,7 +140,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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
public Date getTmStamp() {
|
|
|
return tmStamp;
|
|
|
@@ -149,7 +149,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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
public void setTmStamp(Date tmStamp) {
|
|
|
this.tmStamp = tmStamp;
|
|
|
@@ -158,7 +158,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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
public String getFollowResult() {
|
|
|
return followResult;
|
|
|
@@ -167,7 +167,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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
public void setFollowResult(String followResult) {
|
|
|
this.followResult = followResult;
|
|
|
@@ -176,7 +176,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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
public Integer getFollowSituation() {
|
|
|
return followSituation;
|
|
|
@@ -185,7 +185,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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
public void setFollowSituation(Integer followSituation) {
|
|
|
this.followSituation = followSituation;
|
|
|
@@ -194,25 +194,25 @@ 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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
- public Integer getAttachment() {
|
|
|
+ public String getAttachment() {
|
|
|
return attachment;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
- public void setAttachment(Integer attachment) {
|
|
|
+ public void setAttachment(String attachment) {
|
|
|
this.attachment = attachment;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
public String getCuid() {
|
|
|
return cuid;
|
|
|
@@ -221,7 +221,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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
public void setCuid(String cuid) {
|
|
|
this.cuid = cuid;
|
|
|
@@ -230,7 +230,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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
public Integer getCustomerStatus() {
|
|
|
return customerStatus;
|
|
|
@@ -239,7 +239,7 @@ 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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
public void setCustomerStatus(Integer customerStatus) {
|
|
|
this.customerStatus = customerStatus;
|
|
|
@@ -248,7 +248,7 @@ public class FollowUpRecord {
|
|
|
/**
|
|
|
* 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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
public String getContactInfo() {
|
|
|
return contactInfo;
|
|
|
@@ -257,7 +257,7 @@ public class FollowUpRecord {
|
|
|
/**
|
|
|
* 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 Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
public void setContactInfo(String contactInfo) {
|
|
|
this.contactInfo = contactInfo;
|
|
|
@@ -266,7 +266,7 @@ public class FollowUpRecord {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column follow_up_record.effective
|
|
|
* @return the value of follow_up_record.effective
|
|
|
- * @mbg.generated Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
public Integer getEffective() {
|
|
|
return effective;
|
|
|
@@ -275,7 +275,7 @@ public class FollowUpRecord {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column follow_up_record.effective
|
|
|
* @param effective the value for follow_up_record.effective
|
|
|
- * @mbg.generated Wed Oct 18 19:10:46 CST 2017
|
|
|
+ * @mbg.generated Wed Nov 01 21:31:29 CST 2017
|
|
|
*/
|
|
|
public void setEffective(Integer effective) {
|
|
|
this.effective = effective;
|