jiangping
2024-06-19 bf15135228cbb9ac186cc8cc39e9da32d3f1d90f
server/service/src/main/java/com/doumee/dao/business/vo/CountCyclePriceVO.java
@@ -12,10 +12,14 @@
@Data
public class CountCyclePriceVO {
    @ApiModelProperty(value = "总金额", example = "1")
    @ApiModelProperty(value = "加保使用金额", example = "1")
    private BigDecimal cyclePrice;
    @ApiModelProperty(value = "生效止期")
    private Date endDate;
    @ApiModelProperty(value = "加保使用金额", example = "1")
    private BigDecimal reducePrice;
}