|
|
@ -67,4 +67,27 @@ public class AppLoanHomeVisitInvestigateSaveCustomerDto implements Dto { |
|
|
|
private String emergencyContactType; |
|
|
|
@ApiModelProperty("紧急联系人类型key") |
|
|
|
private String emergencyContactTypeKey; |
|
|
|
|
|
|
|
@ApiModelProperty("车辆登记在(1客户名下,2挂靠公司名下)") |
|
|
|
private String vehRegis; |
|
|
|
@ApiModelProperty("挂靠公司是否担保(1是0否)") |
|
|
|
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; |
|
|
|
@ApiModelProperty("001一车一合同 002一贷款人一合同") |
|
|
|
private String conSetUpKey; |
|
|
|
@ApiModelProperty("合同路径") |
|
|
|
private String contractUrl; |
|
|
|
} |
|
|
|