ruoyi-system/src/main/java/com/ruoyi/system/domain/InsuranceProduct.java
@@ -64,6 +64,10 @@ @TableField(exist = false) private List<InsuranceFeature> productFeature; // 是否已购买 false:未购买 true: 已购买 @TableField(exist = false) private Boolean isBuy = false; // 投保须知 private String liabilityExemption;