|
|
@ -155,4 +155,9 @@ public class LoanTemplateSolutionsVo implements Vo { |
|
|
|
private String serviceChargeTypeKey; |
|
|
|
@ApiModelProperty("服务费") |
|
|
|
private String serviceChargeTypeValue; |
|
|
|
|
|
|
|
@ApiModelProperty("实际贴息") |
|
|
|
private String actualDiscount; |
|
|
|
@ApiModelProperty("其他融实际贴息") |
|
|
|
private String otherActualDiscount; |
|
|
|
} |
|
|
|