Commit b1ad4479 authored by 李灿灿's avatar 李灿灿

feat:导出办理去除实际保费

parent b8ce564b
...@@ -6,7 +6,6 @@ import io.swagger.v3.oas.annotations.media.Schema; ...@@ -6,7 +6,6 @@ import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Data; import lombok.Data;
import java.io.Serializable; import java.io.Serializable;
import java.math.BigDecimal;
import java.time.LocalDate; import java.time.LocalDate;
/** /**
...@@ -153,12 +152,6 @@ public class InsuranceExportListVO implements Serializable { ...@@ -153,12 +152,6 @@ public class InsuranceExportListVO implements Serializable {
@Schema(description = "身故或残疾额度") @Schema(description = "身故或残疾额度")
private String dieDisableQuota; private String dieDisableQuota;
/**
* 实际保费
*/
@Schema(description = "实际保费")
private BigDecimal actualPremium;
/** /**
* 结算月 * 结算月
*/ */
......
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