Commit e4b3d6ce by jianan

前端对接问题修复106

parent 73dd209b
......@@ -8,12 +8,19 @@ import lombok.Data;
public class ExistingSecurity {
@Schema(description = "保险公司")
private String insurer;
@Schema(description = "险种种类业务 id")
private String insuranceCategoryBizId;
@Schema(description = "保障类型")
private String insuranceType;
@Schema(description = "年缴保费/保额(重疾险)")
private String sumInsured;
@Schema(description = "币种")
private String currency;
@Schema(description = "投保日期")
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