|
@@ -250,6 +250,141 @@ public class CustVehiclePolicyInfo implements Serializable {
|
|
|
*/
|
|
*/
|
|
|
private Integer delFlag;
|
|
private Integer delFlag;
|
|
|
|
|
|
|
|
|
|
+ //企业车新增
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 固定电话
|
|
|
|
|
+ */
|
|
|
|
|
+ private String applyTel;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 省
|
|
|
|
|
+ */
|
|
|
|
|
+ private String applyProvince;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 市
|
|
|
|
|
+ */
|
|
|
|
|
+ private String applyCity;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 县
|
|
|
|
|
+ */
|
|
|
|
|
+ private String applyCounty;
|
|
|
|
|
+
|
|
|
|
|
+ /***
|
|
|
|
|
+ * 车主类型(0:法人 1:个人(中国籍) 2: 个人(非中国籍))
|
|
|
|
|
+ */
|
|
|
|
|
+ private String applyProperty;
|
|
|
|
|
+
|
|
|
|
|
+ /***
|
|
|
|
|
+ * 注册资本金
|
|
|
|
|
+ */
|
|
|
|
|
+ private String applyRegisteredCapital;
|
|
|
|
|
+
|
|
|
|
|
+ /***
|
|
|
|
|
+ * 经营范围
|
|
|
|
|
+ */
|
|
|
|
|
+ private String applyScope;
|
|
|
|
|
+ /***
|
|
|
|
|
+ * 联系人
|
|
|
|
|
+ */
|
|
|
|
|
+ private String applyLegalPerson;
|
|
|
|
|
+
|
|
|
|
|
+ /***
|
|
|
|
|
+ * 组织机构代码
|
|
|
|
|
+ */
|
|
|
|
|
+ private String applyOrganizationCode;
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 固定电话
|
|
|
|
|
+ */
|
|
|
|
|
+ private String insureTel;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 省
|
|
|
|
|
+ */
|
|
|
|
|
+ private String insureProvince;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 市
|
|
|
|
|
+ */
|
|
|
|
|
+ private String insureCity;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 县
|
|
|
|
|
+ */
|
|
|
|
|
+ private String insureCounty;
|
|
|
|
|
+
|
|
|
|
|
+ /***
|
|
|
|
|
+ * 车主类型(0:法人 1:个人(中国籍) 2: 个人(非中国籍))
|
|
|
|
|
+ */
|
|
|
|
|
+ private String insureProperty;
|
|
|
|
|
+
|
|
|
|
|
+ /***
|
|
|
|
|
+ * 注册资本金
|
|
|
|
|
+ */
|
|
|
|
|
+ private String insureRegisteredCapital;
|
|
|
|
|
+
|
|
|
|
|
+ /***
|
|
|
|
|
+ * 经营范围
|
|
|
|
|
+ */
|
|
|
|
|
+ private String insureScope;
|
|
|
|
|
+ /***
|
|
|
|
|
+ * 联系人
|
|
|
|
|
+ */
|
|
|
|
|
+ private String insureLegalPerson;
|
|
|
|
|
+
|
|
|
|
|
+ /***
|
|
|
|
|
+ * 组织机构代码
|
|
|
|
|
+ */
|
|
|
|
|
+ private String insureOrganizationCode;
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 固定电话
|
|
|
|
|
+ */
|
|
|
|
|
+ private String ownerTel;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 省
|
|
|
|
|
+ */
|
|
|
|
|
+ private String ownerProvince;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 市
|
|
|
|
|
+ */
|
|
|
|
|
+ private String ownerCity;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 县
|
|
|
|
|
+ */
|
|
|
|
|
+ private String ownerCounty;
|
|
|
|
|
+
|
|
|
|
|
+ /***
|
|
|
|
|
+ * 车主类型(0:法人 1:个人(中国籍) 2: 个人(非中国籍))
|
|
|
|
|
+ */
|
|
|
|
|
+ private String ownerProperty;
|
|
|
|
|
+
|
|
|
|
|
+ /***
|
|
|
|
|
+ * 注册资本金
|
|
|
|
|
+ */
|
|
|
|
|
+ private String ownerRegisteredCapital;
|
|
|
|
|
+
|
|
|
|
|
+ /***
|
|
|
|
|
+ * 经营范围
|
|
|
|
|
+ */
|
|
|
|
|
+ private String ownerScope;
|
|
|
|
|
+ /***
|
|
|
|
|
+ * 联系人
|
|
|
|
|
+ */
|
|
|
|
|
+ private String ownerLegalPerson;
|
|
|
|
|
+
|
|
|
|
|
+ /***
|
|
|
|
|
+ * 组织机构代码
|
|
|
|
|
+ */
|
|
|
|
|
+ private String ownerOrganizationCode;
|
|
|
|
|
+
|
|
|
@TableField(exist = false)
|
|
@TableField(exist = false)
|
|
|
private static final long serialVersionUID = 1L;
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
|
@@ -291,6 +426,16 @@ public class CustVehiclePolicyInfo implements Serializable {
|
|
|
customerInfoVo.setOwner(custVehiclePolicyInfo.getOwnerOwnerFlag() != null && custVehiclePolicyInfo.getOwnerOwnerFlag());
|
|
customerInfoVo.setOwner(custVehiclePolicyInfo.getOwnerOwnerFlag() != null && custVehiclePolicyInfo.getOwnerOwnerFlag());
|
|
|
//同投保人
|
|
//同投保人
|
|
|
customerInfoVo.setInsuranceHolder(custVehiclePolicyInfo.getOwnerInsuranceHolderFlag() != null && custVehiclePolicyInfo.getOwnerInsuranceHolderFlag());
|
|
customerInfoVo.setInsuranceHolder(custVehiclePolicyInfo.getOwnerInsuranceHolderFlag() != null && custVehiclePolicyInfo.getOwnerInsuranceHolderFlag());
|
|
|
|
|
+ //车主相关信息 add hxl 2024-12-20
|
|
|
|
|
+ customerInfoVo.setTel(custVehiclePolicyInfo.getOwnerTel());
|
|
|
|
|
+ customerInfoVo.setOrganizationCode(custVehiclePolicyInfo.getOwnerOrganizationCode());
|
|
|
|
|
+ customerInfoVo.setProvince(custVehiclePolicyInfo.getOwnerProvince());
|
|
|
|
|
+ customerInfoVo.setCity(custVehiclePolicyInfo.getOwnerCity());
|
|
|
|
|
+ customerInfoVo.setCounty(custVehiclePolicyInfo.getOwnerCounty());
|
|
|
|
|
+ customerInfoVo.setProperty(custVehiclePolicyInfo.getOwnerProperty());
|
|
|
|
|
+ customerInfoVo.setRegisteredCapital(custVehiclePolicyInfo.getOwnerRegisteredCapital());
|
|
|
|
|
+ customerInfoVo.setScope(custVehiclePolicyInfo.getOwnerScope());
|
|
|
|
|
+ customerInfoVo.setLegalPerson(custVehiclePolicyInfo.getOwnerLegalPerson());
|
|
|
|
|
|
|
|
}else if(type ==2){
|
|
}else if(type ==2){
|
|
|
//姓名
|
|
//姓名
|
|
@@ -328,6 +473,16 @@ public class CustVehiclePolicyInfo implements Serializable {
|
|
|
customerInfoVo.setOwner(custVehiclePolicyInfo.getInsureOwnerFlag() != null && custVehiclePolicyInfo.getInsureOwnerFlag());
|
|
customerInfoVo.setOwner(custVehiclePolicyInfo.getInsureOwnerFlag() != null && custVehiclePolicyInfo.getInsureOwnerFlag());
|
|
|
//同投保人
|
|
//同投保人
|
|
|
customerInfoVo.setInsuranceHolder(custVehiclePolicyInfo.getInsureInsuranceHolderFlag() != null && custVehiclePolicyInfo.getInsureInsuranceHolderFlag());
|
|
customerInfoVo.setInsuranceHolder(custVehiclePolicyInfo.getInsureInsuranceHolderFlag() != null && custVehiclePolicyInfo.getInsureInsuranceHolderFlag());
|
|
|
|
|
+ //车主相关信息 add hxl 2024-12-20
|
|
|
|
|
+ customerInfoVo.setTel(custVehiclePolicyInfo.getInsureTel());
|
|
|
|
|
+ customerInfoVo.setOrganizationCode(custVehiclePolicyInfo.getInsureOrganizationCode());
|
|
|
|
|
+ customerInfoVo.setProvince(custVehiclePolicyInfo.getInsureProvince());
|
|
|
|
|
+ customerInfoVo.setCity(custVehiclePolicyInfo.getInsureCity());
|
|
|
|
|
+ customerInfoVo.setCounty(custVehiclePolicyInfo.getInsureCounty());
|
|
|
|
|
+ customerInfoVo.setProperty(custVehiclePolicyInfo.getInsureProperty());
|
|
|
|
|
+ customerInfoVo.setRegisteredCapital(custVehiclePolicyInfo.getInsureRegisteredCapital());
|
|
|
|
|
+ customerInfoVo.setScope(custVehiclePolicyInfo.getInsureScope());
|
|
|
|
|
+ customerInfoVo.setLegalPerson(custVehiclePolicyInfo.getInsureLegalPerson());
|
|
|
|
|
|
|
|
}else if(type ==3){
|
|
}else if(type ==3){
|
|
|
//姓名
|
|
//姓名
|
|
@@ -365,6 +520,26 @@ public class CustVehiclePolicyInfo implements Serializable {
|
|
|
customerInfoVo.setOwner(custVehiclePolicyInfo.getApplyOwnerFlag() != null && custVehiclePolicyInfo.getApplyOwnerFlag());
|
|
customerInfoVo.setOwner(custVehiclePolicyInfo.getApplyOwnerFlag() != null && custVehiclePolicyInfo.getApplyOwnerFlag());
|
|
|
//同投保人
|
|
//同投保人
|
|
|
customerInfoVo.setInsuranceHolder(custVehiclePolicyInfo.getApplyInsuranceHolderFlag() != null && custVehiclePolicyInfo.getApplyInsuranceHolderFlag());
|
|
customerInfoVo.setInsuranceHolder(custVehiclePolicyInfo.getApplyInsuranceHolderFlag() != null && custVehiclePolicyInfo.getApplyInsuranceHolderFlag());
|
|
|
|
|
+ //车主相关信息 add hxl 2024-12-20
|
|
|
|
|
+ customerInfoVo.setTel(custVehiclePolicyInfo.getOwnerTel());
|
|
|
|
|
+ customerInfoVo.setOrganizationCode(custVehiclePolicyInfo.getOwnerOrganizationCode());
|
|
|
|
|
+ customerInfoVo.setProvince(custVehiclePolicyInfo.getOwnerProvince());
|
|
|
|
|
+ customerInfoVo.setCity(custVehiclePolicyInfo.getOwnerCity());
|
|
|
|
|
+ customerInfoVo.setCounty(custVehiclePolicyInfo.getOwnerCounty());
|
|
|
|
|
+ customerInfoVo.setProperty(custVehiclePolicyInfo.getOwnerProperty());
|
|
|
|
|
+ customerInfoVo.setRegisteredCapital(custVehiclePolicyInfo.getOwnerRegisteredCapital());
|
|
|
|
|
+ customerInfoVo.setScope(custVehiclePolicyInfo.getOwnerScope());
|
|
|
|
|
+
|
|
|
|
|
+ //车主相关信息 add hxl 2024-12-20
|
|
|
|
|
+ customerInfoVo.setTel(custVehiclePolicyInfo.getOwnerTel());
|
|
|
|
|
+ customerInfoVo.setOrganizationCode(custVehiclePolicyInfo.getOwnerOrganizationCode());
|
|
|
|
|
+ customerInfoVo.setProvince(custVehiclePolicyInfo.getOwnerProvince());
|
|
|
|
|
+ customerInfoVo.setCity(custVehiclePolicyInfo.getOwnerCity());
|
|
|
|
|
+ customerInfoVo.setCounty(custVehiclePolicyInfo.getOwnerCounty());
|
|
|
|
|
+ customerInfoVo.setProperty(custVehiclePolicyInfo.getOwnerProperty());
|
|
|
|
|
+ customerInfoVo.setRegisteredCapital(custVehiclePolicyInfo.getOwnerRegisteredCapital());
|
|
|
|
|
+ customerInfoVo.setScope(custVehiclePolicyInfo.getOwnerScope());
|
|
|
|
|
+ customerInfoVo.setLegalPerson(custVehiclePolicyInfo.getOwnerLegalPerson());
|
|
|
}
|
|
}
|
|
|
return customerInfoVo;
|
|
return customerInfoVo;
|
|
|
}
|
|
}
|