Commit 1c98b52b authored by 王向伟's avatar 王向伟

repayType改为repayTypeDesc

parent 75017754
...@@ -18,7 +18,7 @@ import java.math.BigDecimal; ...@@ -18,7 +18,7 @@ import java.math.BigDecimal;
@AllArgsConstructor @AllArgsConstructor
@NoArgsConstructor @NoArgsConstructor
public class XyqbRepayInfo { public class XyqbRepayInfo {
private String repayType; private String repayTypeDesc;
private Long loanId; private Long loanId;
private Integer termNo; private Integer termNo;
private BigDecimal repayAmount; private BigDecimal repayAmount;
......
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