|
|
@@ -7,149 +7,159 @@ public class NewOrderChange {
|
|
|
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.id
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private Integer id;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.order_no
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private String orderNo;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.process_state
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private Integer processState;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.status
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private Integer status;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.type
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private Integer type;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.create_time
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private Date createTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.remarks
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private String remarks;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.voucher_url
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private String voucherUrl;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.total_amount
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private BigDecimal totalAmount;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.settlement_amount
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private BigDecimal settlementAmount;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.change_amount
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private BigDecimal changeAmount;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.applicant
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private String applicant;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.dep_name
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private String depName;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.project_state
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private String projectState;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.zxs_cost
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private BigDecimal zxsCost;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.zxs_remarks
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private String zxsRemarks;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.payment_time
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private Date paymentTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.payment_amount
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private BigDecimal paymentAmount;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.invoice_time
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private Date invoiceTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.invoice_amount
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private BigDecimal invoiceAmount;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.invoice_type
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private String invoiceType;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.cw_cost
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private BigDecimal cwCost;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.refundable_amount
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private BigDecimal refundableAmount;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.cw_remarks
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private String cwRemarks;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.estimate_cost
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private BigDecimal estimateCost;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.estimate_refundable
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private BigDecimal estimateRefundable;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.refund_Invoice
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private BigDecimal refundInvoice;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.used_order
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
private String usedOrder;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.refund_status
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
+ */
|
|
|
+ private Integer refundStatus;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.refund_url
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
+ */
|
|
|
+ private String refundUrl;
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.id
|
|
|
* @return the value of new_order_change.id
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public Integer getId() {
|
|
|
return id;
|
|
|
@@ -158,7 +168,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.id
|
|
|
* @param id the value for new_order_change.id
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setId(Integer id) {
|
|
|
this.id = id;
|
|
|
@@ -167,7 +177,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.order_no
|
|
|
* @return the value of new_order_change.order_no
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public String getOrderNo() {
|
|
|
return orderNo;
|
|
|
@@ -176,7 +186,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.order_no
|
|
|
* @param orderNo the value for new_order_change.order_no
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setOrderNo(String orderNo) {
|
|
|
this.orderNo = orderNo;
|
|
|
@@ -185,7 +195,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.process_state
|
|
|
* @return the value of new_order_change.process_state
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public Integer getProcessState() {
|
|
|
return processState;
|
|
|
@@ -194,7 +204,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.process_state
|
|
|
* @param processState the value for new_order_change.process_state
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setProcessState(Integer processState) {
|
|
|
this.processState = processState;
|
|
|
@@ -203,7 +213,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.status
|
|
|
* @return the value of new_order_change.status
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public Integer getStatus() {
|
|
|
return status;
|
|
|
@@ -212,7 +222,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.status
|
|
|
* @param status the value for new_order_change.status
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setStatus(Integer status) {
|
|
|
this.status = status;
|
|
|
@@ -221,7 +231,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.type
|
|
|
* @return the value of new_order_change.type
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public Integer getType() {
|
|
|
return type;
|
|
|
@@ -230,7 +240,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.type
|
|
|
* @param type the value for new_order_change.type
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setType(Integer type) {
|
|
|
this.type = type;
|
|
|
@@ -239,7 +249,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.create_time
|
|
|
* @return the value of new_order_change.create_time
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public Date getCreateTime() {
|
|
|
return createTime;
|
|
|
@@ -248,7 +258,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.create_time
|
|
|
* @param createTime the value for new_order_change.create_time
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setCreateTime(Date createTime) {
|
|
|
this.createTime = createTime;
|
|
|
@@ -257,7 +267,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.remarks
|
|
|
* @return the value of new_order_change.remarks
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public String getRemarks() {
|
|
|
return remarks;
|
|
|
@@ -266,7 +276,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.remarks
|
|
|
* @param remarks the value for new_order_change.remarks
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setRemarks(String remarks) {
|
|
|
this.remarks = remarks;
|
|
|
@@ -275,7 +285,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.voucher_url
|
|
|
* @return the value of new_order_change.voucher_url
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public String getVoucherUrl() {
|
|
|
return voucherUrl;
|
|
|
@@ -284,7 +294,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.voucher_url
|
|
|
* @param voucherUrl the value for new_order_change.voucher_url
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setVoucherUrl(String voucherUrl) {
|
|
|
this.voucherUrl = voucherUrl;
|
|
|
@@ -293,7 +303,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.total_amount
|
|
|
* @return the value of new_order_change.total_amount
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public BigDecimal getTotalAmount() {
|
|
|
return totalAmount;
|
|
|
@@ -302,7 +312,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.total_amount
|
|
|
* @param totalAmount the value for new_order_change.total_amount
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setTotalAmount(BigDecimal totalAmount) {
|
|
|
this.totalAmount = totalAmount;
|
|
|
@@ -311,7 +321,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.settlement_amount
|
|
|
* @return the value of new_order_change.settlement_amount
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public BigDecimal getSettlementAmount() {
|
|
|
return settlementAmount;
|
|
|
@@ -320,7 +330,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.settlement_amount
|
|
|
* @param settlementAmount the value for new_order_change.settlement_amount
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setSettlementAmount(BigDecimal settlementAmount) {
|
|
|
this.settlementAmount = settlementAmount;
|
|
|
@@ -329,7 +339,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.change_amount
|
|
|
* @return the value of new_order_change.change_amount
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public BigDecimal getChangeAmount() {
|
|
|
return changeAmount;
|
|
|
@@ -338,7 +348,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.change_amount
|
|
|
* @param changeAmount the value for new_order_change.change_amount
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setChangeAmount(BigDecimal changeAmount) {
|
|
|
this.changeAmount = changeAmount;
|
|
|
@@ -347,7 +357,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.applicant
|
|
|
* @return the value of new_order_change.applicant
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public String getApplicant() {
|
|
|
return applicant;
|
|
|
@@ -356,7 +366,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.applicant
|
|
|
* @param applicant the value for new_order_change.applicant
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setApplicant(String applicant) {
|
|
|
this.applicant = applicant;
|
|
|
@@ -365,7 +375,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.dep_name
|
|
|
* @return the value of new_order_change.dep_name
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public String getDepName() {
|
|
|
return depName;
|
|
|
@@ -374,7 +384,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.dep_name
|
|
|
* @param depName the value for new_order_change.dep_name
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setDepName(String depName) {
|
|
|
this.depName = depName;
|
|
|
@@ -383,7 +393,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.project_state
|
|
|
* @return the value of new_order_change.project_state
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public String getProjectState() {
|
|
|
return projectState;
|
|
|
@@ -392,7 +402,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.project_state
|
|
|
* @param projectState the value for new_order_change.project_state
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setProjectState(String projectState) {
|
|
|
this.projectState = projectState;
|
|
|
@@ -401,7 +411,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.zxs_cost
|
|
|
* @return the value of new_order_change.zxs_cost
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public BigDecimal getZxsCost() {
|
|
|
return zxsCost;
|
|
|
@@ -410,7 +420,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.zxs_cost
|
|
|
* @param zxsCost the value for new_order_change.zxs_cost
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setZxsCost(BigDecimal zxsCost) {
|
|
|
this.zxsCost = zxsCost;
|
|
|
@@ -419,7 +429,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.zxs_remarks
|
|
|
* @return the value of new_order_change.zxs_remarks
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public String getZxsRemarks() {
|
|
|
return zxsRemarks;
|
|
|
@@ -428,7 +438,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.zxs_remarks
|
|
|
* @param zxsRemarks the value for new_order_change.zxs_remarks
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setZxsRemarks(String zxsRemarks) {
|
|
|
this.zxsRemarks = zxsRemarks;
|
|
|
@@ -437,7 +447,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.payment_time
|
|
|
* @return the value of new_order_change.payment_time
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public Date getPaymentTime() {
|
|
|
return paymentTime;
|
|
|
@@ -446,7 +456,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.payment_time
|
|
|
* @param paymentTime the value for new_order_change.payment_time
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setPaymentTime(Date paymentTime) {
|
|
|
this.paymentTime = paymentTime;
|
|
|
@@ -455,7 +465,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.payment_amount
|
|
|
* @return the value of new_order_change.payment_amount
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public BigDecimal getPaymentAmount() {
|
|
|
return paymentAmount;
|
|
|
@@ -464,7 +474,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.payment_amount
|
|
|
* @param paymentAmount the value for new_order_change.payment_amount
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setPaymentAmount(BigDecimal paymentAmount) {
|
|
|
this.paymentAmount = paymentAmount;
|
|
|
@@ -473,7 +483,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.invoice_time
|
|
|
* @return the value of new_order_change.invoice_time
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public Date getInvoiceTime() {
|
|
|
return invoiceTime;
|
|
|
@@ -482,7 +492,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.invoice_time
|
|
|
* @param invoiceTime the value for new_order_change.invoice_time
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setInvoiceTime(Date invoiceTime) {
|
|
|
this.invoiceTime = invoiceTime;
|
|
|
@@ -491,7 +501,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.invoice_amount
|
|
|
* @return the value of new_order_change.invoice_amount
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public BigDecimal getInvoiceAmount() {
|
|
|
return invoiceAmount;
|
|
|
@@ -500,7 +510,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.invoice_amount
|
|
|
* @param invoiceAmount the value for new_order_change.invoice_amount
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setInvoiceAmount(BigDecimal invoiceAmount) {
|
|
|
this.invoiceAmount = invoiceAmount;
|
|
|
@@ -509,7 +519,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.invoice_type
|
|
|
* @return the value of new_order_change.invoice_type
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public String getInvoiceType() {
|
|
|
return invoiceType;
|
|
|
@@ -518,7 +528,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.invoice_type
|
|
|
* @param invoiceType the value for new_order_change.invoice_type
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setInvoiceType(String invoiceType) {
|
|
|
this.invoiceType = invoiceType;
|
|
|
@@ -527,7 +537,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.cw_cost
|
|
|
* @return the value of new_order_change.cw_cost
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public BigDecimal getCwCost() {
|
|
|
return cwCost;
|
|
|
@@ -536,7 +546,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.cw_cost
|
|
|
* @param cwCost the value for new_order_change.cw_cost
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setCwCost(BigDecimal cwCost) {
|
|
|
this.cwCost = cwCost;
|
|
|
@@ -545,7 +555,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.refundable_amount
|
|
|
* @return the value of new_order_change.refundable_amount
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public BigDecimal getRefundableAmount() {
|
|
|
return refundableAmount;
|
|
|
@@ -554,7 +564,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.refundable_amount
|
|
|
* @param refundableAmount the value for new_order_change.refundable_amount
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setRefundableAmount(BigDecimal refundableAmount) {
|
|
|
this.refundableAmount = refundableAmount;
|
|
|
@@ -563,7 +573,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.cw_remarks
|
|
|
* @return the value of new_order_change.cw_remarks
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public String getCwRemarks() {
|
|
|
return cwRemarks;
|
|
|
@@ -572,7 +582,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.cw_remarks
|
|
|
* @param cwRemarks the value for new_order_change.cw_remarks
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setCwRemarks(String cwRemarks) {
|
|
|
this.cwRemarks = cwRemarks;
|
|
|
@@ -581,7 +591,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.estimate_cost
|
|
|
* @return the value of new_order_change.estimate_cost
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public BigDecimal getEstimateCost() {
|
|
|
return estimateCost;
|
|
|
@@ -590,7 +600,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.estimate_cost
|
|
|
* @param estimateCost the value for new_order_change.estimate_cost
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setEstimateCost(BigDecimal estimateCost) {
|
|
|
this.estimateCost = estimateCost;
|
|
|
@@ -599,7 +609,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.estimate_refundable
|
|
|
* @return the value of new_order_change.estimate_refundable
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public BigDecimal getEstimateRefundable() {
|
|
|
return estimateRefundable;
|
|
|
@@ -608,7 +618,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.estimate_refundable
|
|
|
* @param estimateRefundable the value for new_order_change.estimate_refundable
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setEstimateRefundable(BigDecimal estimateRefundable) {
|
|
|
this.estimateRefundable = estimateRefundable;
|
|
|
@@ -617,7 +627,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.refund_Invoice
|
|
|
* @return the value of new_order_change.refund_Invoice
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public BigDecimal getRefundInvoice() {
|
|
|
return refundInvoice;
|
|
|
@@ -626,7 +636,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.refund_Invoice
|
|
|
* @param refundInvoice the value for new_order_change.refund_Invoice
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setRefundInvoice(BigDecimal refundInvoice) {
|
|
|
this.refundInvoice = refundInvoice;
|
|
|
@@ -635,7 +645,7 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.used_order
|
|
|
* @return the value of new_order_change.used_order
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public String getUsedOrder() {
|
|
|
return usedOrder;
|
|
|
@@ -644,9 +654,45 @@ public class NewOrderChange {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.used_order
|
|
|
* @param usedOrder the value for new_order_change.used_order
|
|
|
- * @mbg.generated Mon Jan 13 14:39:13 CST 2020
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
*/
|
|
|
public void setUsedOrder(String usedOrder) {
|
|
|
this.usedOrder = usedOrder;
|
|
|
}
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.refund_status
|
|
|
+ * @return the value of new_order_change.refund_status
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
+ */
|
|
|
+ public Integer getRefundStatus() {
|
|
|
+ return refundStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.refund_status
|
|
|
+ * @param refundStatus the value for new_order_change.refund_status
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
+ */
|
|
|
+ public void setRefundStatus(Integer refundStatus) {
|
|
|
+ this.refundStatus = refundStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.refund_url
|
|
|
+ * @return the value of new_order_change.refund_url
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
+ */
|
|
|
+ public String getRefundUrl() {
|
|
|
+ return refundUrl;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.refund_url
|
|
|
+ * @param refundUrl the value for new_order_change.refund_url
|
|
|
+ * @mbg.generated Fri Feb 14 16:30:51 CST 2020
|
|
|
+ */
|
|
|
+ public void setRefundUrl(String refundUrl) {
|
|
|
+ this.refundUrl = refundUrl;
|
|
|
+ }
|
|
|
}
|