|
@@ -101,6 +101,10 @@ public class InsurePremiumRequest extends ChengTaiBaseRequest{
|
|
|
private String linkerName;
|
|
private String linkerName;
|
|
|
@JsonProperty("unitTypeCode")
|
|
@JsonProperty("unitTypeCode")
|
|
|
private String unitTypeCode;
|
|
private String unitTypeCode;
|
|
|
|
|
+ @JsonProperty("terrorNationality")
|
|
|
|
|
+ private String terrorNationality;
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
|
|
|
public InsuredDTO(BaseQuoteInfoVo quoteInfoVo, PersonAreaVo personAreaVo){
|
|
public InsuredDTO(BaseQuoteInfoVo quoteInfoVo, PersonAreaVo personAreaVo){
|
|
|
// 获取投保人信息
|
|
// 获取投保人信息
|
|
@@ -131,6 +135,7 @@ public class InsurePremiumRequest extends ChengTaiBaseRequest{
|
|
|
this.identifyValidDate = insureInfo.getIdentifyValidDate();
|
|
this.identifyValidDate = insureInfo.getIdentifyValidDate();
|
|
|
this.identifyValidEndDate = insureInfo.getIdentifyValidEndDate();
|
|
this.identifyValidEndDate = insureInfo.getIdentifyValidEndDate();
|
|
|
this.longTerm = "0";
|
|
this.longTerm = "0";
|
|
|
|
|
+ this.terrorNationality = "CN";
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -176,6 +181,8 @@ public class InsurePremiumRequest extends ChengTaiBaseRequest{
|
|
|
private String linkerName;
|
|
private String linkerName;
|
|
|
@JsonProperty("unitTypeCode")
|
|
@JsonProperty("unitTypeCode")
|
|
|
private String unitTypeCode;
|
|
private String unitTypeCode;
|
|
|
|
|
+ @JsonProperty("terrorNationality")
|
|
|
|
|
+ private String terrorNationality;
|
|
|
|
|
|
|
|
|
|
|
|
|
public ApplicantDTO(BaseQuoteInfoVo quoteInfoVo, PersonAreaVo applyPersonAreaVo){
|
|
public ApplicantDTO(BaseQuoteInfoVo quoteInfoVo, PersonAreaVo applyPersonAreaVo){
|
|
@@ -205,6 +212,7 @@ public class InsurePremiumRequest extends ChengTaiBaseRequest{
|
|
|
this.identifyValidDate = applyInfo.getIdentifyValidDate();
|
|
this.identifyValidDate = applyInfo.getIdentifyValidDate();
|
|
|
this.identifyValidEndDate = applyInfo.getIdentifyValidEndDate();
|
|
this.identifyValidEndDate = applyInfo.getIdentifyValidEndDate();
|
|
|
this.longTerm = "0";
|
|
this.longTerm = "0";
|
|
|
|
|
+ this.terrorNationality = "CN";
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|