|
|
@@ -6,83 +6,83 @@ 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;
|
|
|
@@ -90,11 +90,11 @@ public class TOrderBonus {
|
|
|
/**
|
|
|
* 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;
|
|
|
@@ -103,11 +103,11 @@ public class TOrderBonus {
|
|
|
/**
|
|
|
* 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;
|
|
|
@@ -116,11 +116,11 @@ public class TOrderBonus {
|
|
|
/**
|
|
|
* 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;
|
|
|
@@ -129,11 +129,11 @@ public class TOrderBonus {
|
|
|
/**
|
|
|
* 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;
|
|
|
@@ -142,11 +142,11 @@ public class TOrderBonus {
|
|
|
/**
|
|
|
* 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;
|
|
|
@@ -155,11 +155,11 @@ public class TOrderBonus {
|
|
|
/**
|
|
|
* 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;
|
|
|
@@ -168,11 +168,11 @@ public class TOrderBonus {
|
|
|
/**
|
|
|
* 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;
|
|
|
@@ -181,11 +181,11 @@ public class TOrderBonus {
|
|
|
/**
|
|
|
* 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;
|
|
|
@@ -194,11 +194,11 @@ public class TOrderBonus {
|
|
|
/**
|
|
|
* 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;
|
|
|
@@ -207,11 +207,11 @@ public class TOrderBonus {
|
|
|
/**
|
|
|
* 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;
|
|
|
@@ -220,11 +220,11 @@ public class TOrderBonus {
|
|
|
/**
|
|
|
* 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;
|
|
|
@@ -233,11 +233,11 @@ public class TOrderBonus {
|
|
|
/**
|
|
|
* 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;
|
|
|
@@ -264,11 +264,11 @@ public class TOrderBonus {
|
|
|
/**
|
|
|
* 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;
|
|
|
@@ -277,11 +277,11 @@ public class TOrderBonus {
|
|
|
/**
|
|
|
* 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;
|
|
|
@@ -300,7 +300,7 @@ public class TOrderBonus {
|
|
|
* 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;
|
|
|
@@ -313,4 +313,4 @@ public class TOrderBonus {
|
|
|
public void setTaskId(Integer taskId) {
|
|
|
this.taskId = taskId;
|
|
|
}
|
|
|
-}
|
|
|
+}
|