陶杰
2024-10-10 c3910a68f8c6a71c9e2dd73f6cdc9df2d89637e9
src/main/java/com/mzl/flower/dto/response/payment/BillListDTO.java
@@ -48,4 +48,6 @@
    @ApiModelProperty(value = "账单日期")
    private LocalDate billDate;
    @ApiModelProperty(value = "优惠券金额")
    private BigDecimal memberCouponAmount = new BigDecimal(0);
}