|
|
@ -25,26 +25,12 @@ |
|
|
|
*********************************************************/ |
|
|
|
package com.yxt.anrui.riskcenter.api.loanhomevisitinvestigateotherpeo; |
|
|
|
|
|
|
|
|
|
|
|
import com.yxt.common.core.vo.Vo; |
|
|
|
|
|
|
|
import io.swagger.annotations.ApiModel; |
|
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
/** |
|
|
|
* Project: anrui-riskcenter(家访考察) <br/> |
|
|
|
* File: LoanHomevisitInvestigateOtherpeoVo.java <br/> |
|
|
|
* Class: com.yxt.anrui.riskcenter.api.loanhomevisitinvestigateotherpeo.LoanHomevisitInvestigateOtherpeoVo <br/> |
|
|
|
* Description: 家访考察-其他人员 视图数据对象. <br/> |
|
|
|
* Copyright: Copyright (c) 2011 <br/> |
|
|
|
* Company: https://gitee.com/liuzp315 <br/>
|
|
|
|
* Makedate: 2023-08-10 15:13:46 <br/> |
|
|
|
* |
|
|
|
* @author liupopo |
|
|
|
* @version 1.0 |
|
|
|
* @since 1.0 |
|
|
|
*/ |
|
|
|
@Data |
|
|
|
@ApiModel(value = "家访考察-其他人员 视图数据详情", description = "家访考察-其他人员 视图数据详情") |
|
|
|
public class LoanHomevisitInvestigateOtherpeoDetailsVo implements Vo { |
|
|
@ -53,26 +39,28 @@ public class LoanHomevisitInvestigateOtherpeoDetailsVo implements Vo { |
|
|
|
|
|
|
|
@ApiModelProperty("人员身份key") |
|
|
|
private String peoTypeKey; |
|
|
|
@ApiModelProperty("人员身份") |
|
|
|
@ApiModelProperty("人员身份") |
|
|
|
private String peoType; // 人员身份
|
|
|
|
@ApiModelProperty("姓名") |
|
|
|
@ApiModelProperty("姓名") |
|
|
|
private String peoName; // 姓名
|
|
|
|
@ApiModelProperty("身份证号") |
|
|
|
@ApiModelProperty("身份证号") |
|
|
|
private String idNumber; // 身份证号
|
|
|
|
@ApiModelProperty("手机号") |
|
|
|
@ApiModelProperty("手机号") |
|
|
|
private String mobile; // 手机号
|
|
|
|
@ApiModelProperty("户籍地址") |
|
|
|
@ApiModelProperty("户籍地址") |
|
|
|
private String peoDomAddress; // 户籍地址
|
|
|
|
@ApiModelProperty("现住址") |
|
|
|
@ApiModelProperty("现住址") |
|
|
|
private String peoPreAddress; // 现住址
|
|
|
|
@ApiModelProperty("工作单位") |
|
|
|
@ApiModelProperty("工作单位") |
|
|
|
private String workUnit; // 工作单位
|
|
|
|
@ApiModelProperty("职业key") |
|
|
|
@ApiModelProperty("职业key") |
|
|
|
private String peoCareerKey; // 职业key
|
|
|
|
@ApiModelProperty("职业value") |
|
|
|
@ApiModelProperty("职业value") |
|
|
|
private String peoCareerValue; // 职业value
|
|
|
|
@ApiModelProperty("家访考察表sid") |
|
|
|
@ApiModelProperty("家访考察表sid") |
|
|
|
private String mainSid; // 家访考察表sid
|
|
|
|
@ApiModelProperty("销售订单车辆sid") |
|
|
|
private String saleVehSid; |
|
|
|
@ApiModelProperty("是否是催收措施增加的担保人") |
|
|
|
private Integer isCs; |
|
|
|
} |