|
|
@ -59,7 +59,7 @@ public class AppSolutionsDetailsVo implements Vo { |
|
|
|
@ApiModelProperty("贷款金额") |
|
|
|
private String loanAmount; |
|
|
|
@ApiModelProperty("贷款期数") |
|
|
|
private int loanPeriod; |
|
|
|
private String loanPeriod; |
|
|
|
@ApiModelProperty("贷款保证金比例") |
|
|
|
private String bondRatio; |
|
|
|
@ApiModelProperty("贷款保证金金额") |
|
|
@ -80,7 +80,7 @@ public class AppSolutionsDetailsVo implements Vo { |
|
|
|
@ApiModelProperty("其它融贷款金额") |
|
|
|
private String otherPolicyAmount; |
|
|
|
@ApiModelProperty("其它融期数") |
|
|
|
private Integer otherPolicyPeriod; |
|
|
|
private String otherPolicyPeriod; |
|
|
|
@ApiModelProperty("其它融月还") |
|
|
|
private String otherPolicyMonthlyRepay; |
|
|
|
@ApiModelProperty("其它融利息总额") |
|
|
@ -91,7 +91,7 @@ public class AppSolutionsDetailsVo implements Vo { |
|
|
|
@ApiModelProperty("总贷款金额") |
|
|
|
private String loanAmountTotal; |
|
|
|
@ApiModelProperty("期数") |
|
|
|
private Integer period; |
|
|
|
private String period; |
|
|
|
@ApiModelProperty("月还金额") |
|
|
|
private String monthlyRepay; |
|
|
|
@ApiModelProperty("利息总额") |
|
|
|