From 9e134e76ec0e983ccf5961b7e49c8fa252ae49e2 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期六, 27 九月 2025 16:09:38 +0800
Subject: [PATCH] 店铺绑优惠劵

---
 framework/src/main/java/cn/lili/modules/lmk/domain/query/StoreCouponSingleQuery.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/framework/src/main/java/cn/lili/modules/lmk/domain/query/StoreCouponSingleQuery.java b/framework/src/main/java/cn/lili/modules/lmk/domain/query/StoreCouponSingleQuery.java
index 7dc3b3f..47a4d9f 100644
--- a/framework/src/main/java/cn/lili/modules/lmk/domain/query/StoreCouponSingleQuery.java
+++ b/framework/src/main/java/cn/lili/modules/lmk/domain/query/StoreCouponSingleQuery.java
@@ -18,5 +18,6 @@
 @Data
 @ApiModel(value = "StoreCouponSingle鏌ヨ鍙傛暟", description = "搴楅摵浼樻儬鍗峰崟鍝佹煡璇㈠弬鏁�")
 public class StoreCouponSingleQuery extends AbsQuery {
+    private String refId;
 }
 

--
Gitblit v1.8.0