|
|
@@ -7,69 +7,84 @@ public class PaymentNode {
|
|
|
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column payment_node.id
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
private Integer id;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column payment_node.tid
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
private Integer tid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column payment_node.cid
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
private Integer cid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column payment_node.company_name
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
private String companyName;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column payment_node.project_type
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
private Integer projectType;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column payment_node.dun_type
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
private Integer dunType;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column payment_node.unit_price
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
private BigDecimal unitPrice;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column payment_node.quantity
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
private Integer quantity;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column payment_node.total_amount
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
private BigDecimal totalAmount;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column payment_node.party_amount
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
private BigDecimal partyAmount;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column payment_node.party_time
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
private Date partyTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column payment_node.create_time
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
private Date createTime;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column payment_node.dun_status
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
+ */
|
|
|
+ private Integer dunStatus;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column payment_node.effective_count
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
+ */
|
|
|
+ private Integer effectiveCount;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column payment_node.start_time
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
+ */
|
|
|
+ private Date startTime;
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column payment_node.id
|
|
|
* @return the value of payment_node.id
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public Integer getId() {
|
|
|
return id;
|
|
|
@@ -78,7 +93,7 @@ public class PaymentNode {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column payment_node.id
|
|
|
* @param id the value for payment_node.id
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public void setId(Integer id) {
|
|
|
this.id = id;
|
|
|
@@ -87,7 +102,7 @@ public class PaymentNode {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column payment_node.tid
|
|
|
* @return the value of payment_node.tid
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public Integer getTid() {
|
|
|
return tid;
|
|
|
@@ -96,7 +111,7 @@ public class PaymentNode {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column payment_node.tid
|
|
|
* @param tid the value for payment_node.tid
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public void setTid(Integer tid) {
|
|
|
this.tid = tid;
|
|
|
@@ -105,7 +120,7 @@ public class PaymentNode {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column payment_node.cid
|
|
|
* @return the value of payment_node.cid
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public Integer getCid() {
|
|
|
return cid;
|
|
|
@@ -114,7 +129,7 @@ public class PaymentNode {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column payment_node.cid
|
|
|
* @param cid the value for payment_node.cid
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public void setCid(Integer cid) {
|
|
|
this.cid = cid;
|
|
|
@@ -123,7 +138,7 @@ public class PaymentNode {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column payment_node.company_name
|
|
|
* @return the value of payment_node.company_name
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public String getCompanyName() {
|
|
|
return companyName;
|
|
|
@@ -132,7 +147,7 @@ public class PaymentNode {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column payment_node.company_name
|
|
|
* @param companyName the value for payment_node.company_name
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public void setCompanyName(String companyName) {
|
|
|
this.companyName = companyName;
|
|
|
@@ -141,7 +156,7 @@ public class PaymentNode {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column payment_node.project_type
|
|
|
* @return the value of payment_node.project_type
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public Integer getProjectType() {
|
|
|
return projectType;
|
|
|
@@ -150,7 +165,7 @@ public class PaymentNode {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column payment_node.project_type
|
|
|
* @param projectType the value for payment_node.project_type
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public void setProjectType(Integer projectType) {
|
|
|
this.projectType = projectType;
|
|
|
@@ -159,7 +174,7 @@ public class PaymentNode {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column payment_node.dun_type
|
|
|
* @return the value of payment_node.dun_type
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public Integer getDunType() {
|
|
|
return dunType;
|
|
|
@@ -168,7 +183,7 @@ public class PaymentNode {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column payment_node.dun_type
|
|
|
* @param dunType the value for payment_node.dun_type
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public void setDunType(Integer dunType) {
|
|
|
this.dunType = dunType;
|
|
|
@@ -177,7 +192,7 @@ public class PaymentNode {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column payment_node.unit_price
|
|
|
* @return the value of payment_node.unit_price
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public BigDecimal getUnitPrice() {
|
|
|
return unitPrice;
|
|
|
@@ -186,7 +201,7 @@ public class PaymentNode {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column payment_node.unit_price
|
|
|
* @param unitPrice the value for payment_node.unit_price
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public void setUnitPrice(BigDecimal unitPrice) {
|
|
|
this.unitPrice = unitPrice;
|
|
|
@@ -195,7 +210,7 @@ public class PaymentNode {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column payment_node.quantity
|
|
|
* @return the value of payment_node.quantity
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public Integer getQuantity() {
|
|
|
return quantity;
|
|
|
@@ -204,7 +219,7 @@ public class PaymentNode {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column payment_node.quantity
|
|
|
* @param quantity the value for payment_node.quantity
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public void setQuantity(Integer quantity) {
|
|
|
this.quantity = quantity;
|
|
|
@@ -213,7 +228,7 @@ public class PaymentNode {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column payment_node.total_amount
|
|
|
* @return the value of payment_node.total_amount
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public BigDecimal getTotalAmount() {
|
|
|
return totalAmount;
|
|
|
@@ -222,7 +237,7 @@ public class PaymentNode {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column payment_node.total_amount
|
|
|
* @param totalAmount the value for payment_node.total_amount
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public void setTotalAmount(BigDecimal totalAmount) {
|
|
|
this.totalAmount = totalAmount;
|
|
|
@@ -231,7 +246,7 @@ public class PaymentNode {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column payment_node.party_amount
|
|
|
* @return the value of payment_node.party_amount
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public BigDecimal getPartyAmount() {
|
|
|
return partyAmount;
|
|
|
@@ -240,7 +255,7 @@ public class PaymentNode {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column payment_node.party_amount
|
|
|
* @param partyAmount the value for payment_node.party_amount
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public void setPartyAmount(BigDecimal partyAmount) {
|
|
|
this.partyAmount = partyAmount;
|
|
|
@@ -249,7 +264,7 @@ public class PaymentNode {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column payment_node.party_time
|
|
|
* @return the value of payment_node.party_time
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public Date getPartyTime() {
|
|
|
return partyTime;
|
|
|
@@ -258,7 +273,7 @@ public class PaymentNode {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column payment_node.party_time
|
|
|
* @param partyTime the value for payment_node.party_time
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public void setPartyTime(Date partyTime) {
|
|
|
this.partyTime = partyTime;
|
|
|
@@ -267,7 +282,7 @@ public class PaymentNode {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column payment_node.create_time
|
|
|
* @return the value of payment_node.create_time
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public Date getCreateTime() {
|
|
|
return createTime;
|
|
|
@@ -276,9 +291,63 @@ public class PaymentNode {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column payment_node.create_time
|
|
|
* @param createTime the value for payment_node.create_time
|
|
|
- * @mbg.generated Fri Jun 12 13:55:18 CST 2020
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
*/
|
|
|
public void setCreateTime(Date createTime) {
|
|
|
this.createTime = createTime;
|
|
|
}
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column payment_node.dun_status
|
|
|
+ * @return the value of payment_node.dun_status
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
+ */
|
|
|
+ public Integer getDunStatus() {
|
|
|
+ return dunStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column payment_node.dun_status
|
|
|
+ * @param dunStatus the value for payment_node.dun_status
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
+ */
|
|
|
+ public void setDunStatus(Integer dunStatus) {
|
|
|
+ this.dunStatus = dunStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column payment_node.effective_count
|
|
|
+ * @return the value of payment_node.effective_count
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
+ */
|
|
|
+ public Integer getEffectiveCount() {
|
|
|
+ return effectiveCount;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column payment_node.effective_count
|
|
|
+ * @param effectiveCount the value for payment_node.effective_count
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
+ */
|
|
|
+ public void setEffectiveCount(Integer effectiveCount) {
|
|
|
+ this.effectiveCount = effectiveCount;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column payment_node.start_time
|
|
|
+ * @return the value of payment_node.start_time
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
+ */
|
|
|
+ public Date getStartTime() {
|
|
|
+ return startTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column payment_node.start_time
|
|
|
+ * @param startTime the value for payment_node.start_time
|
|
|
+ * @mbg.generated Mon Jun 15 11:31:47 CST 2020
|
|
|
+ */
|
|
|
+ public void setStartTime(Date startTime) {
|
|
|
+ this.startTime = startTime;
|
|
|
+ }
|
|
|
}
|