Commit b7376267 authored by 王向伟's avatar 王向伟

XyqbRepayInfo termNo字段Long改为String

parent 06af8c41
...@@ -20,7 +20,7 @@ import java.math.BigDecimal; ...@@ -20,7 +20,7 @@ import java.math.BigDecimal;
public class XyqbRepayInfo { public class XyqbRepayInfo {
private String repayTypeDesc; private String repayTypeDesc;
private Long loanId; private Long loanId;
private Integer termNo; private String termNo;
private BigDecimal repayAmount; private BigDecimal repayAmount;
private String applyRepaidAt; private String applyRepaidAt;
private String repayStatus; private String repayStatus;
......
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 to comment