|
|
@ -19,9 +19,9 @@ public class LoanBePadsincereExportVo implements Vo { |
|
|
|
@ExportEntityMap(CnName = "期数", EnName = "period") |
|
|
|
private String period; |
|
|
|
@ExportEntityMap(CnName = "逾期本金", EnName = "bePrincipal") |
|
|
|
private String bePrincipal; |
|
|
|
private Double bePrincipal; |
|
|
|
@ExportEntityMap(CnName = "逾期罚息", EnName = "beDefInter") |
|
|
|
private String beDefInter; |
|
|
|
private Double beDefInter; |
|
|
|
@ExportEntityMap(CnName = "付款账户", EnName = "paymentAccount") |
|
|
|
private String paymentAccount; |
|
|
|
@ExportEntityMap(CnName = "付款账号", EnName = "paymentNum") |
|
|
|