|
|
@ -1,5 +1,6 @@ |
|
|
|
package com.yxt.anrui.riskcenter.api.loanfinpolicy; |
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonProperty; |
|
|
|
import com.yxt.anrui.riskcenter.api.loanfinotherPolicy.AppOtherPolicyVo; |
|
|
|
import com.yxt.common.core.vo.Vo; |
|
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
@ -58,6 +59,10 @@ public class AppPolicyDetailsVo implements Vo { |
|
|
|
private String nominalPrice; |
|
|
|
@ApiModelProperty("有效期至") |
|
|
|
private String validDateTo; |
|
|
|
@ApiModelProperty("保证金类型") |
|
|
|
private String bondType; |
|
|
|
@ApiModelProperty("贴息放款类型") |
|
|
|
private String discountUseType; |
|
|
|
private int isOtherProduct; |
|
|
|
@ApiModelProperty("其他融") |
|
|
|
private AppOtherPolicyVo otherInfo; |
|
|
|