UserFollowBusiness.java 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. package com.goafanti.common.model;
  2. public class UserFollowBusiness {
  3. /**
  4. * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow_business.id
  5. * @mbg.generated Sat Nov 18 16:17:07 CST 2017
  6. */
  7. private String id;
  8. /**
  9. * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow_business.follow_id
  10. * @mbg.generated Sat Nov 18 16:17:07 CST 2017
  11. */
  12. private String followId;
  13. /**
  14. * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow_business.business_id
  15. * @mbg.generated Sat Nov 18 16:17:07 CST 2017
  16. */
  17. private String businessId;
  18. /**
  19. * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow_business.follow_situation
  20. * @mbg.generated Sat Nov 18 16:17:07 CST 2017
  21. */
  22. private Integer followSituation;
  23. /**
  24. * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow_business.customer_status
  25. * @mbg.generated Sat Nov 18 16:17:07 CST 2017
  26. */
  27. private Integer customerStatus;
  28. /**
  29. * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow_business.remarks
  30. * @mbg.generated Sat Nov 18 16:17:07 CST 2017
  31. */
  32. private String remarks;
  33. /**
  34. * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow_business.business_glossory_id
  35. * @mbg.generated Sat Nov 18 16:17:07 CST 2017
  36. */
  37. private Integer businessGlossoryId;
  38. /**
  39. * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow_business.id
  40. * @return the value of user_follow_business.id
  41. * @mbg.generated Sat Nov 18 16:17:07 CST 2017
  42. */
  43. public String getId() {
  44. return id;
  45. }
  46. /**
  47. * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow_business.id
  48. * @param id the value for user_follow_business.id
  49. * @mbg.generated Sat Nov 18 16:17:07 CST 2017
  50. */
  51. public void setId(String id) {
  52. this.id = id;
  53. }
  54. /**
  55. * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow_business.follow_id
  56. * @return the value of user_follow_business.follow_id
  57. * @mbg.generated Sat Nov 18 16:17:07 CST 2017
  58. */
  59. public String getFollowId() {
  60. return followId;
  61. }
  62. /**
  63. * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow_business.follow_id
  64. * @param followId the value for user_follow_business.follow_id
  65. * @mbg.generated Sat Nov 18 16:17:07 CST 2017
  66. */
  67. public void setFollowId(String followId) {
  68. this.followId = followId;
  69. }
  70. /**
  71. * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow_business.business_id
  72. * @return the value of user_follow_business.business_id
  73. * @mbg.generated Sat Nov 18 16:17:07 CST 2017
  74. */
  75. public String getBusinessId() {
  76. return businessId;
  77. }
  78. /**
  79. * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow_business.business_id
  80. * @param businessId the value for user_follow_business.business_id
  81. * @mbg.generated Sat Nov 18 16:17:07 CST 2017
  82. */
  83. public void setBusinessId(String businessId) {
  84. this.businessId = businessId;
  85. }
  86. /**
  87. * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow_business.follow_situation
  88. * @return the value of user_follow_business.follow_situation
  89. * @mbg.generated Sat Nov 18 16:17:07 CST 2017
  90. */
  91. public Integer getFollowSituation() {
  92. return followSituation;
  93. }
  94. /**
  95. * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow_business.follow_situation
  96. * @param followSituation the value for user_follow_business.follow_situation
  97. * @mbg.generated Sat Nov 18 16:17:07 CST 2017
  98. */
  99. public void setFollowSituation(Integer followSituation) {
  100. this.followSituation = followSituation;
  101. }
  102. /**
  103. * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow_business.customer_status
  104. * @return the value of user_follow_business.customer_status
  105. * @mbg.generated Sat Nov 18 16:17:07 CST 2017
  106. */
  107. public Integer getCustomerStatus() {
  108. return customerStatus;
  109. }
  110. /**
  111. * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow_business.customer_status
  112. * @param customerStatus the value for user_follow_business.customer_status
  113. * @mbg.generated Sat Nov 18 16:17:07 CST 2017
  114. */
  115. public void setCustomerStatus(Integer customerStatus) {
  116. this.customerStatus = customerStatus;
  117. }
  118. /**
  119. * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow_business.remarks
  120. * @return the value of user_follow_business.remarks
  121. * @mbg.generated Sat Nov 18 16:17:07 CST 2017
  122. */
  123. public String getRemarks() {
  124. return remarks;
  125. }
  126. /**
  127. * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow_business.remarks
  128. * @param remarks the value for user_follow_business.remarks
  129. * @mbg.generated Sat Nov 18 16:17:07 CST 2017
  130. */
  131. public void setRemarks(String remarks) {
  132. this.remarks = remarks;
  133. }
  134. /**
  135. * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow_business.business_glossory_id
  136. * @return the value of user_follow_business.business_glossory_id
  137. * @mbg.generated Sat Nov 18 16:17:07 CST 2017
  138. */
  139. public Integer getBusinessGlossoryId() {
  140. return businessGlossoryId;
  141. }
  142. /**
  143. * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow_business.business_glossory_id
  144. * @param businessGlossoryId the value for user_follow_business.business_glossory_id
  145. * @mbg.generated Sat Nov 18 16:17:07 CST 2017
  146. */
  147. public void setBusinessGlossoryId(Integer businessGlossoryId) {
  148. this.businessGlossoryId = businessGlossoryId;
  149. }
  150. }