|
|
@@ -8,7 +8,7 @@ public class OutMyEAStatistics {
|
|
|
private Integer status;
|
|
|
private Integer type;
|
|
|
private BigDecimal totalAmount;
|
|
|
- private String debitId;
|
|
|
+ private Integer debitId;
|
|
|
private Integer targetType;
|
|
|
private BigDecimal bxdkAmount;
|
|
|
|
|
|
@@ -52,11 +52,11 @@ public class OutMyEAStatistics {
|
|
|
this.totalAmount = totalAmount;
|
|
|
}
|
|
|
|
|
|
- public String getDebitId() {
|
|
|
+ public Integer getDebitId() {
|
|
|
return debitId;
|
|
|
}
|
|
|
|
|
|
- public void setDebitId(String debitId) {
|
|
|
+ public void setDebitId(Integer debitId) {
|
|
|
this.debitId = debitId;
|
|
|
}
|
|
|
|