From 737f2a5843bfafec2ee861f434c2977d1ec21d21 Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期二, 15 十月 2024 15:37:31 +0800 Subject: [PATCH] Revert "1.1" --- src/main/java/com/mzl/flower/dto/response/payment/BillListDTO.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/mzl/flower/dto/response/payment/BillListDTO.java b/src/main/java/com/mzl/flower/dto/response/payment/BillListDTO.java index bddb0c6..7bd6e0d 100644 --- a/src/main/java/com/mzl/flower/dto/response/payment/BillListDTO.java +++ b/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); } -- Gitblit v1.9.3