|
|
@@ -4,44 +4,44 @@ public class UserFollowBusiness {
|
|
|
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_follow_business.id
|
|
|
- * @mbg.generated Thu Nov 16 12:41:22 CST 2017
|
|
|
+ * @mbg.generated Sat Nov 18 16:17:07 CST 2017
|
|
|
*/
|
|
|
private String id;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_follow_business.follow_id
|
|
|
- * @mbg.generated Thu Nov 16 12:41:22 CST 2017
|
|
|
+ * @mbg.generated Sat Nov 18 16:17:07 CST 2017
|
|
|
*/
|
|
|
private String followId;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_follow_business.business_id
|
|
|
- * @mbg.generated Thu Nov 16 12:41:22 CST 2017
|
|
|
+ * @mbg.generated Sat Nov 18 16:17:07 CST 2017
|
|
|
*/
|
|
|
private String businessId;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_follow_business.follow_situation
|
|
|
- * @mbg.generated Thu Nov 16 12:41:22 CST 2017
|
|
|
+ * @mbg.generated Sat Nov 18 16:17:07 CST 2017
|
|
|
*/
|
|
|
private Integer followSituation;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_follow_business.customer_status
|
|
|
- * @mbg.generated Thu Nov 16 12:41:22 CST 2017
|
|
|
+ * @mbg.generated Sat Nov 18 16:17:07 CST 2017
|
|
|
*/
|
|
|
private Integer customerStatus;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_follow_business.remarks
|
|
|
- * @mbg.generated Thu Nov 16 12:41:22 CST 2017
|
|
|
+ * @mbg.generated Sat Nov 18 16:17:07 CST 2017
|
|
|
*/
|
|
|
private String remarks;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_follow_business.business_glossory_id
|
|
|
- * @mbg.generated Thu Nov 16 12:41:22 CST 2017
|
|
|
+ * @mbg.generated Sat Nov 18 16:17:07 CST 2017
|
|
|
*/
|
|
|
private Integer businessGlossoryId;
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_follow_business.id
|
|
|
* @return the value of user_follow_business.id
|
|
|
- * @mbg.generated Thu Nov 16 12:41:22 CST 2017
|
|
|
+ * @mbg.generated Sat Nov 18 16:17:07 CST 2017
|
|
|
*/
|
|
|
public String getId() {
|
|
|
return id;
|
|
|
@@ -50,7 +50,7 @@ public class UserFollowBusiness {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_follow_business.id
|
|
|
* @param id the value for user_follow_business.id
|
|
|
- * @mbg.generated Thu Nov 16 12:41:22 CST 2017
|
|
|
+ * @mbg.generated Sat Nov 18 16:17:07 CST 2017
|
|
|
*/
|
|
|
public void setId(String id) {
|
|
|
this.id = id;
|
|
|
@@ -59,7 +59,7 @@ public class UserFollowBusiness {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_follow_business.follow_id
|
|
|
* @return the value of user_follow_business.follow_id
|
|
|
- * @mbg.generated Thu Nov 16 12:41:22 CST 2017
|
|
|
+ * @mbg.generated Sat Nov 18 16:17:07 CST 2017
|
|
|
*/
|
|
|
public String getFollowId() {
|
|
|
return followId;
|
|
|
@@ -68,7 +68,7 @@ public class UserFollowBusiness {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_follow_business.follow_id
|
|
|
* @param followId the value for user_follow_business.follow_id
|
|
|
- * @mbg.generated Thu Nov 16 12:41:22 CST 2017
|
|
|
+ * @mbg.generated Sat Nov 18 16:17:07 CST 2017
|
|
|
*/
|
|
|
public void setFollowId(String followId) {
|
|
|
this.followId = followId;
|
|
|
@@ -77,7 +77,7 @@ public class UserFollowBusiness {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_follow_business.business_id
|
|
|
* @return the value of user_follow_business.business_id
|
|
|
- * @mbg.generated Thu Nov 16 12:41:22 CST 2017
|
|
|
+ * @mbg.generated Sat Nov 18 16:17:07 CST 2017
|
|
|
*/
|
|
|
public String getBusinessId() {
|
|
|
return businessId;
|
|
|
@@ -86,7 +86,7 @@ public class UserFollowBusiness {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_follow_business.business_id
|
|
|
* @param businessId the value for user_follow_business.business_id
|
|
|
- * @mbg.generated Thu Nov 16 12:41:22 CST 2017
|
|
|
+ * @mbg.generated Sat Nov 18 16:17:07 CST 2017
|
|
|
*/
|
|
|
public void setBusinessId(String businessId) {
|
|
|
this.businessId = businessId;
|
|
|
@@ -95,7 +95,7 @@ public class UserFollowBusiness {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_follow_business.follow_situation
|
|
|
* @return the value of user_follow_business.follow_situation
|
|
|
- * @mbg.generated Thu Nov 16 12:41:22 CST 2017
|
|
|
+ * @mbg.generated Sat Nov 18 16:17:07 CST 2017
|
|
|
*/
|
|
|
public Integer getFollowSituation() {
|
|
|
return followSituation;
|
|
|
@@ -104,7 +104,7 @@ public class UserFollowBusiness {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_follow_business.follow_situation
|
|
|
* @param followSituation the value for user_follow_business.follow_situation
|
|
|
- * @mbg.generated Thu Nov 16 12:41:22 CST 2017
|
|
|
+ * @mbg.generated Sat Nov 18 16:17:07 CST 2017
|
|
|
*/
|
|
|
public void setFollowSituation(Integer followSituation) {
|
|
|
this.followSituation = followSituation;
|
|
|
@@ -113,7 +113,7 @@ public class UserFollowBusiness {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_follow_business.customer_status
|
|
|
* @return the value of user_follow_business.customer_status
|
|
|
- * @mbg.generated Thu Nov 16 12:41:22 CST 2017
|
|
|
+ * @mbg.generated Sat Nov 18 16:17:07 CST 2017
|
|
|
*/
|
|
|
public Integer getCustomerStatus() {
|
|
|
return customerStatus;
|
|
|
@@ -122,7 +122,7 @@ public class UserFollowBusiness {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_follow_business.customer_status
|
|
|
* @param customerStatus the value for user_follow_business.customer_status
|
|
|
- * @mbg.generated Thu Nov 16 12:41:22 CST 2017
|
|
|
+ * @mbg.generated Sat Nov 18 16:17:07 CST 2017
|
|
|
*/
|
|
|
public void setCustomerStatus(Integer customerStatus) {
|
|
|
this.customerStatus = customerStatus;
|
|
|
@@ -131,7 +131,7 @@ public class UserFollowBusiness {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_follow_business.remarks
|
|
|
* @return the value of user_follow_business.remarks
|
|
|
- * @mbg.generated Thu Nov 16 12:41:22 CST 2017
|
|
|
+ * @mbg.generated Sat Nov 18 16:17:07 CST 2017
|
|
|
*/
|
|
|
public String getRemarks() {
|
|
|
return remarks;
|
|
|
@@ -140,7 +140,7 @@ public class UserFollowBusiness {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_follow_business.remarks
|
|
|
* @param remarks the value for user_follow_business.remarks
|
|
|
- * @mbg.generated Thu Nov 16 12:41:22 CST 2017
|
|
|
+ * @mbg.generated Sat Nov 18 16:17:07 CST 2017
|
|
|
*/
|
|
|
public void setRemarks(String remarks) {
|
|
|
this.remarks = remarks;
|
|
|
@@ -149,7 +149,7 @@ public class UserFollowBusiness {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_follow_business.business_glossory_id
|
|
|
* @return the value of user_follow_business.business_glossory_id
|
|
|
- * @mbg.generated Thu Nov 16 12:41:22 CST 2017
|
|
|
+ * @mbg.generated Sat Nov 18 16:17:07 CST 2017
|
|
|
*/
|
|
|
public Integer getBusinessGlossoryId() {
|
|
|
return businessGlossoryId;
|
|
|
@@ -158,7 +158,7 @@ public class UserFollowBusiness {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_follow_business.business_glossory_id
|
|
|
* @param businessGlossoryId the value for user_follow_business.business_glossory_id
|
|
|
- * @mbg.generated Thu Nov 16 12:41:22 CST 2017
|
|
|
+ * @mbg.generated Sat Nov 18 16:17:07 CST 2017
|
|
|
*/
|
|
|
public void setBusinessGlossoryId(Integer businessGlossoryId) {
|
|
|
this.businessGlossoryId = businessGlossoryId;
|