Commit d5bb077e by Huang Linyu

返现功能还原

parent 583dc360
...@@ -24,7 +24,7 @@ public class GetAsmResourcePriceResponseBean { ...@@ -24,7 +24,7 @@ public class GetAsmResourcePriceResponseBean {
private Integer paymentType; private Integer paymentType;
private String productName; private String productName;
private String resourceName; private String resourceName;
private double cashRebate; // private double cashRebate;
public Integer getId() { public Integer getId() {
return id; return id;
...@@ -164,13 +164,13 @@ public class GetAsmResourcePriceResponseBean { ...@@ -164,13 +164,13 @@ public class GetAsmResourcePriceResponseBean {
public double getCashRebate() { /*public double getCashRebate() {
return cashRebate; return cashRebate;
} }
public void setCashRebate(double cashRebate) { public void setCashRebate(double cashRebate) {
this.cashRebate = cashRebate; this.cashRebate = cashRebate;
} }*/
@Override @Override
public String toString() { public String toString() {
...@@ -181,7 +181,7 @@ public class GetAsmResourcePriceResponseBean { ...@@ -181,7 +181,7 @@ public class GetAsmResourcePriceResponseBean {
", salePrice=" + salePrice + ", salePrice=" + salePrice +
", prepayAmount=" + prepayAmount + ", prepayAmount=" + prepayAmount +
", freezeAmount=" + freezeAmount + ", freezeAmount=" + freezeAmount +
", cashRebate=" + cashRebate + // ", cashRebate=" + cashRebate +
", tips='" + tips + '\'' + ", tips='" + tips + '\'' +
", cancelTips='" + cancelTips + '\'' + ", cancelTips='" + cancelTips + '\'' +
", feeDesc='" + feeDesc + '\'' + ", feeDesc='" + feeDesc + '\'' +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment