|
|
@ -184,4 +184,25 @@ public class LoanHomevisitInvestigateDetailsPCVo implements Vo { |
|
|
|
private String downPaySourceValue; // 首付来源value
|
|
|
|
@ApiModelProperty("其他收入来源value") |
|
|
|
private String otherSourceValue; // 其他收入来源value
|
|
|
|
/* |
|
|
|
* 其他补充信息 |
|
|
|
* */ |
|
|
|
@ApiModelProperty("车辆登记在(1客户名下,2挂靠公司名下)") |
|
|
|
private String vehRegis; |
|
|
|
@ApiModelProperty("挂靠公司是否担保(0是,1否)") |
|
|
|
private String isSecurity; |
|
|
|
@ApiModelProperty("挂靠公司名称") |
|
|
|
private String accCompName; |
|
|
|
@ApiModelProperty("挂靠公司统一社会信用代码") |
|
|
|
private String accCompRegistNum; |
|
|
|
@ApiModelProperty("挂靠公司负责人") |
|
|
|
private String accCompContract; |
|
|
|
@ApiModelProperty("挂靠公司电话") |
|
|
|
private String accComphone; |
|
|
|
@ApiModelProperty("注册地址") |
|
|
|
private String accCompAddress; |
|
|
|
@ApiModelProperty("实际经营地址") |
|
|
|
private String accCompxAddress; |
|
|
|
@ApiModelProperty("挂车或上装是否公司采购(0是,1否)") |
|
|
|
private String isCompBuy; |
|
|
|
} |