Commit f23ec84f authored by huyuchen's avatar huyuchen

huych-商险产品-险种-新增/编辑处增加“是否地市自购”标签

parent 83e90248
...@@ -120,4 +120,10 @@ public class InsuranceRefundHandlingParam extends BaseEntity implements Serializ ...@@ -120,4 +120,10 @@ public class InsuranceRefundHandlingParam extends BaseEntity implements Serializ
@Schema(description = "购买标准区间最大值") @Schema(description = "购买标准区间最大值")
private String buyStandardMax; private String buyStandardMax;
/**
* 是否地市自购0是 1 否
*/
@Schema(description = "是否地市自购")
private String isAdress;
} }
...@@ -75,4 +75,10 @@ public class RefundExportListParam extends BaseEntity implements Serializable { ...@@ -75,4 +75,10 @@ public class RefundExportListParam extends BaseEntity implements Serializable {
@Schema(description = "购买标准结束") @Schema(description = "购买标准结束")
private String buyStandardMax; private String buyStandardMax;
/**
* 是否地市自购0是 1 否
*/
@Schema(description = "是否地市自购")
private String isAdress;
} }
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