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

repayType改为repayTypeDesc

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