|
@@ -71,7 +71,7 @@ public class outOrderPayment {
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_payment.application_amount
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_payment.application_amount
|
|
|
* @mbg.generated Tue Jul 07 11:46:04 CST 2020
|
|
* @mbg.generated Tue Jul 07 11:46:04 CST 2020
|
|
|
*/
|
|
*/
|
|
|
- private String applicationAmount;
|
|
|
|
|
|
|
+ private BigDecimal applicationAmount;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_payment.choose_type
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_payment.choose_type
|
|
|
* @mbg.generated Tue Jul 07 11:46:04 CST 2020
|
|
* @mbg.generated Tue Jul 07 11:46:04 CST 2020
|
|
@@ -87,7 +87,7 @@ public class outOrderPayment {
|
|
|
* @mbg.generated Tue Jul 07 11:46:04 CST 2020
|
|
* @mbg.generated Tue Jul 07 11:46:04 CST 2020
|
|
|
*/
|
|
*/
|
|
|
private String aname;
|
|
private String aname;
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* Database Column Remarks: 流程状态 0发起 1咨询师管理员 2财务 This field was generated by MyBatis Generator. This field corresponds to the database column t_order_payment.process_status
|
|
* Database Column Remarks: 流程状态 0发起 1咨询师管理员 2财务 This field was generated by MyBatis Generator. This field corresponds to the database column t_order_payment.process_status
|
|
|
* @mbg.generated Tue Jul 20 09:16:18 CST 2021
|
|
* @mbg.generated Tue Jul 20 09:16:18 CST 2021
|
|
@@ -315,7 +315,7 @@ public class outOrderPayment {
|
|
|
* @return the value of t_order_payment.application_amount
|
|
* @return the value of t_order_payment.application_amount
|
|
|
* @mbg.generated Tue Jul 07 11:46:04 CST 2020
|
|
* @mbg.generated Tue Jul 07 11:46:04 CST 2020
|
|
|
*/
|
|
*/
|
|
|
- public String getApplicationAmount() {
|
|
|
|
|
|
|
+ public BigDecimal getApplicationAmount() {
|
|
|
return applicationAmount;
|
|
return applicationAmount;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -324,7 +324,7 @@ public class outOrderPayment {
|
|
|
* @param applicationAmount the value for t_order_payment.application_amount
|
|
* @param applicationAmount the value for t_order_payment.application_amount
|
|
|
* @mbg.generated Tue Jul 07 11:46:04 CST 2020
|
|
* @mbg.generated Tue Jul 07 11:46:04 CST 2020
|
|
|
*/
|
|
*/
|
|
|
- public void setApplicationAmount(String applicationAmount) {
|
|
|
|
|
|
|
+ public void setApplicationAmount(BigDecimal applicationAmount) {
|
|
|
this.applicationAmount = applicationAmount;
|
|
this.applicationAmount = applicationAmount;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -381,7 +381,7 @@ public class outOrderPayment {
|
|
|
public void setAname(String aname) {
|
|
public void setAname(String aname) {
|
|
|
this.aname = aname;
|
|
this.aname = aname;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public String getAuditNotes() {
|
|
public String getAuditNotes() {
|
|
|
return auditNotes;
|
|
return auditNotes;
|
|
|
}
|
|
}
|
|
@@ -392,13 +392,13 @@ public class outOrderPayment {
|
|
|
|
|
|
|
|
private String auditNotes;
|
|
private String auditNotes;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 原数量
|
|
* 原数量
|
|
|
*/
|
|
*/
|
|
|
private Integer initialQuantity;
|
|
private Integer initialQuantity;
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* 原总价
|
|
* 原总价
|
|
|
*/
|
|
*/
|
|
@@ -413,9 +413,9 @@ public class outOrderPayment {
|
|
|
private String initialPaymentAmount;
|
|
private String initialPaymentAmount;
|
|
|
private String initialCompanyName;
|
|
private String initialCompanyName;
|
|
|
private String createTimes;
|
|
private String createTimes;
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
private String financeName;
|
|
private String financeName;
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
private String tpcName;
|
|
private String tpcName;
|
|
|
public String getFinanceName() {
|
|
public String getFinanceName() {
|
|
|
return financeName;
|
|
return financeName;
|
|
@@ -473,8 +473,8 @@ public class outOrderPayment {
|
|
|
public void setProcessStatus(Integer processStatus) {
|
|
public void setProcessStatus(Integer processStatus) {
|
|
|
this.processStatus = processStatus;
|
|
this.processStatus = processStatus;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
/*public String getAuditInformation() {
|
|
/*public String getAuditInformation() {
|
|
|
if (getStatus()==null) return "";
|
|
if (getStatus()==null) return "";
|
|
|
else if (getStatus()==0) return "待"+financeName+"审核";
|
|
else if (getStatus()==0) return "待"+financeName+"审核";
|
|
@@ -486,6 +486,6 @@ public class outOrderPayment {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
}
|
|
}
|