TOrderBonus.java 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. package com.goafanti.common.model;
  2. import java.util.Date;
  3. public class TOrderBonus {
  4. /**
  5. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bonus.id
  6. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  7. */
  8. private String id;
  9. /**
  10. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bonus.create_time
  11. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  12. */
  13. private Date createTime;
  14. /**
  15. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bonus.order_no
  16. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  17. */
  18. private String orderNo;
  19. /**
  20. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bonus.bonus_subject
  21. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  22. */
  23. private Integer bonusSubject;
  24. /**
  25. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bonus.grant_status
  26. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  27. */
  28. private Integer grantStatus;
  29. /**
  30. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bonus.grant_target
  31. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  32. */
  33. private String grantTarget;
  34. /**
  35. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bonus.grant_by
  36. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  37. */
  38. private String grantBy;
  39. /**
  40. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bonus.grant_time
  41. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  42. */
  43. private Date grantTime;
  44. /**
  45. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bonus.grant_type
  46. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  47. */
  48. private Integer grantType;
  49. private Integer taskId;
  50. /**
  51. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bonus.id
  52. * @return the value of t_order_bonus.id
  53. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  54. */
  55. public String getId() {
  56. return id;
  57. }
  58. /**
  59. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bonus.id
  60. * @param id the value for t_order_bonus.id
  61. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  62. */
  63. public void setId(String id) {
  64. this.id = id;
  65. }
  66. /**
  67. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bonus.create_time
  68. * @return the value of t_order_bonus.create_time
  69. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  70. */
  71. public Date getCreateTime() {
  72. return createTime;
  73. }
  74. /**
  75. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bonus.create_time
  76. * @param createTime the value for t_order_bonus.create_time
  77. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  78. */
  79. public void setCreateTime(Date createTime) {
  80. this.createTime = createTime;
  81. }
  82. /**
  83. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bonus.order_no
  84. * @return the value of t_order_bonus.order_no
  85. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  86. */
  87. public String getOrderNo() {
  88. return orderNo;
  89. }
  90. /**
  91. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bonus.order_no
  92. * @param orderNo the value for t_order_bonus.order_no
  93. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  94. */
  95. public void setOrderNo(String orderNo) {
  96. this.orderNo = orderNo;
  97. }
  98. /**
  99. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bonus.bonus_subject
  100. * @return the value of t_order_bonus.bonus_subject
  101. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  102. */
  103. public Integer getBonusSubject() {
  104. return bonusSubject;
  105. }
  106. /**
  107. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bonus.bonus_subject
  108. * @param bonusSubject the value for t_order_bonus.bonus_subject
  109. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  110. */
  111. public void setBonusSubject(Integer bonusSubject) {
  112. this.bonusSubject = bonusSubject;
  113. }
  114. /**
  115. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bonus.grant_status
  116. * @return the value of t_order_bonus.grant_status
  117. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  118. */
  119. public Integer getGrantStatus() {
  120. return grantStatus;
  121. }
  122. /**
  123. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bonus.grant_status
  124. * @param grantStatus the value for t_order_bonus.grant_status
  125. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  126. */
  127. public void setGrantStatus(Integer grantStatus) {
  128. this.grantStatus = grantStatus;
  129. }
  130. /**
  131. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bonus.grant_target
  132. * @return the value of t_order_bonus.grant_target
  133. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  134. */
  135. public String getGrantTarget() {
  136. return grantTarget;
  137. }
  138. /**
  139. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bonus.grant_target
  140. * @param grantTarget the value for t_order_bonus.grant_target
  141. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  142. */
  143. public void setGrantTarget(String grantTarget) {
  144. this.grantTarget = grantTarget;
  145. }
  146. /**
  147. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bonus.grant_by
  148. * @return the value of t_order_bonus.grant_by
  149. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  150. */
  151. public String getGrantBy() {
  152. return grantBy;
  153. }
  154. /**
  155. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bonus.grant_by
  156. * @param grantBy the value for t_order_bonus.grant_by
  157. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  158. */
  159. public void setGrantBy(String grantBy) {
  160. this.grantBy = grantBy;
  161. }
  162. /**
  163. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bonus.grant_time
  164. * @return the value of t_order_bonus.grant_time
  165. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  166. */
  167. public Date getGrantTime() {
  168. return grantTime;
  169. }
  170. /**
  171. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bonus.grant_time
  172. * @param grantTime the value for t_order_bonus.grant_time
  173. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  174. */
  175. public void setGrantTime(Date grantTime) {
  176. this.grantTime = grantTime;
  177. }
  178. /**
  179. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bonus.grant_type
  180. * @return the value of t_order_bonus.grant_type
  181. */
  182. public Integer getGrantType() {
  183. return grantType;
  184. }
  185. /**
  186. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bonus.grant_type
  187. * @param grantType the value for t_order_bonus.grant_type
  188. * @mbg.generated Tue Nov 27 11:15:28 CST 2018
  189. */
  190. public void setGrantType(Integer grantType) {
  191. this.grantType = grantType;
  192. }
  193. public Integer getTaskId() {
  194. return taskId;
  195. }
  196. public void setTaskId(Integer taskId) {
  197. this.taskId = taskId;
  198. }
  199. }