Commit e4b3d6ce by jianan

前端对接问题修复106

parent 73dd209b
...@@ -8,12 +8,19 @@ import lombok.Data; ...@@ -8,12 +8,19 @@ import lombok.Data;
public class ExistingSecurity { public class ExistingSecurity {
@Schema(description = "保险公司") @Schema(description = "保险公司")
private String insurer; private String insurer;
@Schema(description = "险种种类业务 id")
private String insuranceCategoryBizId;
@Schema(description = "保障类型") @Schema(description = "保障类型")
private String insuranceType; private String insuranceType;
@Schema(description = "年缴保费/保额(重疾险)") @Schema(description = "年缴保费/保额(重疾险)")
private String sumInsured; private String sumInsured;
@Schema(description = "币种") @Schema(description = "币种")
private String currency; private String currency;
@Schema(description = "投保日期") @Schema(description = "投保日期")
private String policyIssueDate; private String policyIssueDate;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment