| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- package com.goafanti.common.model;
- public class UserFollowBusiness {
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow_business.id
- * @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 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 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 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 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 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 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 Sat Nov 18 16:17:07 CST 2017
- */
- public String getId() {
- return id;
- }
- /**
- * 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 Sat Nov 18 16:17:07 CST 2017
- */
- public void setId(String id) {
- this.id = id;
- }
- /**
- * 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 Sat Nov 18 16:17:07 CST 2017
- */
- public String getFollowId() {
- return followId;
- }
- /**
- * 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 Sat Nov 18 16:17:07 CST 2017
- */
- public void setFollowId(String followId) {
- this.followId = followId;
- }
- /**
- * 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 Sat Nov 18 16:17:07 CST 2017
- */
- public String getBusinessId() {
- return businessId;
- }
- /**
- * 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 Sat Nov 18 16:17:07 CST 2017
- */
- public void setBusinessId(String businessId) {
- this.businessId = businessId;
- }
- /**
- * 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 Sat Nov 18 16:17:07 CST 2017
- */
- public Integer getFollowSituation() {
- return followSituation;
- }
- /**
- * 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 Sat Nov 18 16:17:07 CST 2017
- */
- public void setFollowSituation(Integer followSituation) {
- this.followSituation = followSituation;
- }
- /**
- * 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 Sat Nov 18 16:17:07 CST 2017
- */
- public Integer getCustomerStatus() {
- return customerStatus;
- }
- /**
- * 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 Sat Nov 18 16:17:07 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 user_follow_business.remarks
- * @return the value of user_follow_business.remarks
- * @mbg.generated Sat Nov 18 16:17:07 CST 2017
- */
- public String getRemarks() {
- return remarks;
- }
- /**
- * 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 Sat Nov 18 16:17:07 CST 2017
- */
- public void setRemarks(String remarks) {
- this.remarks = remarks;
- }
- /**
- * 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 Sat Nov 18 16:17:07 CST 2017
- */
- public Integer getBusinessGlossoryId() {
- return businessGlossoryId;
- }
- /**
- * 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 Sat Nov 18 16:17:07 CST 2017
- */
- public void setBusinessGlossoryId(Integer businessGlossoryId) {
- this.businessGlossoryId = businessGlossoryId;
- }
- }
|