|
|
@@ -7,69 +7,74 @@ public class NewOrderDun {
|
|
|
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_dun.id
|
|
|
- * @mbg.generated Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 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
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
private BigDecimal money;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_dun.appropriation_ratio
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
+ */
|
|
|
+ private BigDecimal appropriationRatio;
|
|
|
|
|
|
/**
|
|
|
* 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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public Integer getId() {
|
|
|
return id;
|
|
|
@@ -78,7 +83,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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public void setId(Integer id) {
|
|
|
this.id = id;
|
|
|
@@ -87,7 +92,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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public String getOrderNo() {
|
|
|
return orderNo;
|
|
|
@@ -96,7 +101,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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public void setOrderNo(String orderNo) {
|
|
|
this.orderNo = orderNo;
|
|
|
@@ -105,7 +110,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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public Integer getTid() {
|
|
|
return tid;
|
|
|
@@ -114,7 +119,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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public void setTid(Integer tid) {
|
|
|
this.tid = tid;
|
|
|
@@ -123,7 +128,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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public Integer getProjectType() {
|
|
|
return projectType;
|
|
|
@@ -132,7 +137,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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public void setProjectType(Integer projectType) {
|
|
|
this.projectType = projectType;
|
|
|
@@ -141,7 +146,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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public Integer getDunType() {
|
|
|
return dunType;
|
|
|
@@ -150,7 +155,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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public void setDunType(Integer dunType) {
|
|
|
this.dunType = dunType;
|
|
|
@@ -159,7 +164,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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public Integer getWaitDay() {
|
|
|
return waitDay;
|
|
|
@@ -168,7 +173,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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public void setWaitDay(Integer waitDay) {
|
|
|
this.waitDay = waitDay;
|
|
|
@@ -177,7 +182,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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public Integer getEffectiveCount() {
|
|
|
return effectiveCount;
|
|
|
@@ -186,7 +191,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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public void setEffectiveCount(Integer effectiveCount) {
|
|
|
this.effectiveCount = effectiveCount;
|
|
|
@@ -195,7 +200,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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public String getAid() {
|
|
|
return aid;
|
|
|
@@ -204,7 +209,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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public void setAid(String aid) {
|
|
|
this.aid = aid;
|
|
|
@@ -213,7 +218,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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public Integer getStatus() {
|
|
|
return status;
|
|
|
@@ -222,7 +227,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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public void setStatus(Integer status) {
|
|
|
this.status = status;
|
|
|
@@ -231,7 +236,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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public Date getCreateTime() {
|
|
|
return createTime;
|
|
|
@@ -240,7 +245,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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public void setCreateTime(Date createTime) {
|
|
|
this.createTime = createTime;
|
|
|
@@ -249,7 +254,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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public Date getStartTime() {
|
|
|
return startTime;
|
|
|
@@ -258,7 +263,7 @@ 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 Fri Dec 06 08:46:15 CST 2019
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public void setStartTime(Date startTime) {
|
|
|
this.startTime = startTime;
|
|
|
@@ -267,7 +272,7 @@ public class NewOrderDun {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public BigDecimal getMoney() {
|
|
|
return money;
|
|
|
@@ -276,9 +281,27 @@ public class NewOrderDun {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
*/
|
|
|
public void setMoney(BigDecimal money) {
|
|
|
this.money = money;
|
|
|
}
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_dun.appropriation_ratio
|
|
|
+ * @return the value of new_order_dun.appropriation_ratio
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
+ */
|
|
|
+ public BigDecimal getAppropriationRatio() {
|
|
|
+ return appropriationRatio;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_dun.appropriation_ratio
|
|
|
+ * @param appropriationRatio the value for new_order_dun.appropriation_ratio
|
|
|
+ * @mbg.generated Thu Dec 19 11:46:22 CST 2019
|
|
|
+ */
|
|
|
+ public void setAppropriationRatio(BigDecimal appropriationRatio) {
|
|
|
+ this.appropriationRatio = appropriationRatio;
|
|
|
+ }
|
|
|
}
|