|
|
@@ -1,69 +1,75 @@
|
|
|
package com.goafanti.common.model;
|
|
|
|
|
|
import java.util.Date;
|
|
|
+import java.math.BigDecimal;
|
|
|
|
|
|
public class NewOrderDun {
|
|
|
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_dun.id
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
private Integer id;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_dun.order_no
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
private String orderNo;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_dun.tid
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
private Integer tid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_dun.project_type
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
private Integer projectType;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_dun.dun_type
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
private Integer dunType;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_dun.wait_day
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
private Integer waitDay;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_dun.effective_count
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
private Integer effectiveCount;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_dun.aid
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
private String aid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_dun.status
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
private Integer status;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_dun.create_time
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
private Date createTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_dun.start_time
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
private Date startTime;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_dun.money
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
+ */
|
|
|
+ private BigDecimal money;
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_dun.id
|
|
|
* @return the value of new_order_dun.id
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
public Integer getId() {
|
|
|
return id;
|
|
|
@@ -72,7 +78,7 @@ public class NewOrderDun {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_dun.id
|
|
|
* @param id the value for new_order_dun.id
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
public void setId(Integer id) {
|
|
|
this.id = id;
|
|
|
@@ -81,7 +87,7 @@ public class NewOrderDun {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_dun.order_no
|
|
|
* @return the value of new_order_dun.order_no
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
public String getOrderNo() {
|
|
|
return orderNo;
|
|
|
@@ -90,7 +96,7 @@ public class NewOrderDun {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_dun.order_no
|
|
|
* @param orderNo the value for new_order_dun.order_no
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
public void setOrderNo(String orderNo) {
|
|
|
this.orderNo = orderNo;
|
|
|
@@ -99,7 +105,7 @@ public class NewOrderDun {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_dun.tid
|
|
|
* @return the value of new_order_dun.tid
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
public Integer getTid() {
|
|
|
return tid;
|
|
|
@@ -108,7 +114,7 @@ public class NewOrderDun {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_dun.tid
|
|
|
* @param tid the value for new_order_dun.tid
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
public void setTid(Integer tid) {
|
|
|
this.tid = tid;
|
|
|
@@ -117,7 +123,7 @@ public class NewOrderDun {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_dun.project_type
|
|
|
* @return the value of new_order_dun.project_type
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
public Integer getProjectType() {
|
|
|
return projectType;
|
|
|
@@ -126,7 +132,7 @@ public class NewOrderDun {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_dun.project_type
|
|
|
* @param projectType the value for new_order_dun.project_type
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
public void setProjectType(Integer projectType) {
|
|
|
this.projectType = projectType;
|
|
|
@@ -135,7 +141,7 @@ public class NewOrderDun {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_dun.dun_type
|
|
|
* @return the value of new_order_dun.dun_type
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
public Integer getDunType() {
|
|
|
return dunType;
|
|
|
@@ -144,7 +150,7 @@ public class NewOrderDun {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_dun.dun_type
|
|
|
* @param dunType the value for new_order_dun.dun_type
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
public void setDunType(Integer dunType) {
|
|
|
this.dunType = dunType;
|
|
|
@@ -153,7 +159,7 @@ public class NewOrderDun {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_dun.wait_day
|
|
|
* @return the value of new_order_dun.wait_day
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
public Integer getWaitDay() {
|
|
|
return waitDay;
|
|
|
@@ -162,7 +168,7 @@ public class NewOrderDun {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_dun.wait_day
|
|
|
* @param waitDay the value for new_order_dun.wait_day
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
public void setWaitDay(Integer waitDay) {
|
|
|
this.waitDay = waitDay;
|
|
|
@@ -171,7 +177,7 @@ public class NewOrderDun {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_dun.effective_count
|
|
|
* @return the value of new_order_dun.effective_count
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
public Integer getEffectiveCount() {
|
|
|
return effectiveCount;
|
|
|
@@ -180,7 +186,7 @@ public class NewOrderDun {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_dun.effective_count
|
|
|
* @param effectiveCount the value for new_order_dun.effective_count
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
public void setEffectiveCount(Integer effectiveCount) {
|
|
|
this.effectiveCount = effectiveCount;
|
|
|
@@ -189,7 +195,7 @@ public class NewOrderDun {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_dun.aid
|
|
|
* @return the value of new_order_dun.aid
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
public String getAid() {
|
|
|
return aid;
|
|
|
@@ -198,7 +204,7 @@ public class NewOrderDun {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_dun.aid
|
|
|
* @param aid the value for new_order_dun.aid
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
public void setAid(String aid) {
|
|
|
this.aid = aid;
|
|
|
@@ -207,7 +213,7 @@ public class NewOrderDun {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_dun.status
|
|
|
* @return the value of new_order_dun.status
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
public Integer getStatus() {
|
|
|
return status;
|
|
|
@@ -216,7 +222,7 @@ public class NewOrderDun {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_dun.status
|
|
|
* @param status the value for new_order_dun.status
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
public void setStatus(Integer status) {
|
|
|
this.status = status;
|
|
|
@@ -225,7 +231,7 @@ public class NewOrderDun {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_dun.create_time
|
|
|
* @return the value of new_order_dun.create_time
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
public Date getCreateTime() {
|
|
|
return createTime;
|
|
|
@@ -234,7 +240,7 @@ public class NewOrderDun {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_dun.create_time
|
|
|
* @param createTime the value for new_order_dun.create_time
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
public void setCreateTime(Date createTime) {
|
|
|
this.createTime = createTime;
|
|
|
@@ -243,7 +249,7 @@ public class NewOrderDun {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_dun.start_time
|
|
|
* @return the value of new_order_dun.start_time
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
public Date getStartTime() {
|
|
|
return startTime;
|
|
|
@@ -252,9 +258,27 @@ public class NewOrderDun {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_dun.start_time
|
|
|
* @param startTime the value for new_order_dun.start_time
|
|
|
- * @mbg.generated Thu Dec 05 14:06:46 CST 2019
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
*/
|
|
|
public void setStartTime(Date startTime) {
|
|
|
this.startTime = startTime;
|
|
|
}
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_dun.money
|
|
|
+ * @return the value of new_order_dun.money
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
+ */
|
|
|
+ public BigDecimal getMoney() {
|
|
|
+ return money;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_dun.money
|
|
|
+ * @param money the value for new_order_dun.money
|
|
|
+ * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
+ */
|
|
|
+ public void setMoney(BigDecimal money) {
|
|
|
+ this.money = money;
|
|
|
+ }
|
|
|
}
|