jiangping
2024-06-18 1ec3112b87573aaf8415e937aaa34ce29a20e774
server/service/src/main/java/com/doumee/dao/business/vo/CountCyclePriceVO.java
@@ -12,11 +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;
}