| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317 |
- package com.goafanti.common.model;
- import java.util.Date;
- public class TOrderBonus {
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bonus.id
-
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- private String id;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bonus.create_time
-
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- private Date createTime;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bonus.order_no
-
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- private String orderNo;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bonus.bonus_subject
-
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- private Integer bonusSubject;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bonus.grant_status
-
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- private Integer grantStatus;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bonus.grant_target
-
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- private String grantTarget;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bonus.grant_by
-
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- private String grantBy;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bonus.grant_time
-
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- private Date grantTime;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bonus.grant_type
-
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- private Integer grantType;
- private Integer taskId;
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bonus.id
- * @return the value of t_order_bonus.id
-
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- public String getId() {
- return id;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bonus.id
- * @param id the value for t_order_bonus.id
-
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- public void setId(String id) {
- this.id = id;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bonus.create_time
- * @return the value of t_order_bonus.create_time
-
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- public Date getCreateTime() {
- return createTime;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bonus.create_time
- * @param createTime the value for t_order_bonus.create_time
-
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- public void setCreateTime(Date createTime) {
- this.createTime = createTime;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bonus.order_no
- * @return the value of t_order_bonus.order_no
-
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- public String getOrderNo() {
- return orderNo;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bonus.order_no
- * @param orderNo the value for t_order_bonus.order_no
-
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- public void setOrderNo(String orderNo) {
- this.orderNo = orderNo;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bonus.bonus_subject
- * @return the value of t_order_bonus.bonus_subject
-
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- public Integer getBonusSubject() {
- return bonusSubject;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bonus.bonus_subject
- * @param bonusSubject the value for t_order_bonus.bonus_subject
-
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- public void setBonusSubject(Integer bonusSubject) {
- this.bonusSubject = bonusSubject;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bonus.grant_status
- * @return the value of t_order_bonus.grant_status
-
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- public Integer getGrantStatus() {
- return grantStatus;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bonus.grant_status
- * @param grantStatus the value for t_order_bonus.grant_status
-
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- public void setGrantStatus(Integer grantStatus) {
- this.grantStatus = grantStatus;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bonus.grant_target
- * @return the value of t_order_bonus.grant_target
-
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- public String getGrantTarget() {
- return grantTarget;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bonus.grant_target
- * @param grantTarget the value for t_order_bonus.grant_target
-
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- public void setGrantTarget(String grantTarget) {
- this.grantTarget = grantTarget;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bonus.grant_by
- * @return the value of t_order_bonus.grant_by
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- public String getGrantBy() {
- return grantBy;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bonus.grant_by
- * @param grantBy the value for t_order_bonus.grant_by
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- public void setGrantBy(String grantBy) {
- this.grantBy = grantBy;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bonus.grant_time
- * @return the value of t_order_bonus.grant_time
-
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- public Date getGrantTime() {
- return grantTime;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bonus.grant_time
- * @param grantTime the value for t_order_bonus.grant_time
-
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- public void setGrantTime(Date grantTime) {
- this.grantTime = grantTime;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bonus.grant_type
- * @return the value of t_order_bonus.grant_type
- */
- public Integer getGrantType() {
- return grantType;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bonus.grant_type
- * @param grantType the value for t_order_bonus.grant_type
- * @mbg.generated Tue Nov 27 11:15:28 CST 2018
- */
- public void setGrantType(Integer grantType) {
- this.grantType = grantType;
- }
- public Integer getTaskId() {
- return taskId;
- }
- public void setTaskId(Integer taskId) {
- this.taskId = taskId;
- }
- }
|