From c6908e1d2efd4f3a1fcfdb1af7f1b78156d07d91 Mon Sep 17 00:00:00 2001 From: Cui Zhi Feng <7426394+wuxixiaocui@user.noreply.gitee.com> Date: 星期三, 23 十月 2024 09:15:58 +0800 Subject: [PATCH] 统计 待发货 在售商品 待审核商品 待售后处理 --- src/main/java/com/mzl/flower/dto/response/coupon/CouponRecordResultVO.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/mzl/flower/dto/response/coupon/CouponRecordResultVO.java b/src/main/java/com/mzl/flower/dto/response/coupon/CouponRecordResultVO.java index ea2c370..0f6c669 100644 --- a/src/main/java/com/mzl/flower/dto/response/coupon/CouponRecordResultVO.java +++ b/src/main/java/com/mzl/flower/dto/response/coupon/CouponRecordResultVO.java @@ -184,4 +184,7 @@ @ApiModelProperty(value = "优惠券种类名称") private String categoryName; + @ApiModelProperty(value = "优惠券图片") + private String imageUrl; + } -- Gitblit v1.9.3