From cd4748a35e265d8e4b0c3dafa40cc29ac7bfe4f4 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Wed, 01 Apr 2026 22:26:37 +0800
Subject: [PATCH] feat(mybatis): 添加分页插件的 SQL 计数优化功能

---
 src/main/java/cc/mrbird/febs/mall/dto/MallMemberCouponDto.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/java/cc/mrbird/febs/mall/dto/MallMemberCouponDto.java b/src/main/java/cc/mrbird/febs/mall/dto/MallMemberCouponDto.java
index 55a07c1..44a3617 100644
--- a/src/main/java/cc/mrbird/febs/mall/dto/MallMemberCouponDto.java
+++ b/src/main/java/cc/mrbird/febs/mall/dto/MallMemberCouponDto.java
@@ -14,6 +14,9 @@
     @ApiModelProperty(value = "商品ID", example = "1")
     private Long goodsId;
 
+    @ApiModelProperty(value = "商品ID集合", example = "1")
+    private List<Long> goodsIdList;
+
     @ApiModelProperty(value = "1:待使用 2:已使用 3:已过期", example = "1")
     private Integer state;
 

--
Gitblit v1.9.1