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