From 7361bd1d9740c3cd9cb3fb9fc5425e11048cd4e6 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期日, 28 九月 2025 11:35:27 +0800
Subject: [PATCH] 店铺优惠卷调整

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

diff --git a/framework/src/main/java/cn/lili/modules/lmk/domain/entity/StoreCouponClaimRecord.java b/framework/src/main/java/cn/lili/modules/lmk/domain/entity/StoreCouponClaimRecord.java
index bd122cc..1742de2 100644
--- a/framework/src/main/java/cn/lili/modules/lmk/domain/entity/StoreCouponClaimRecord.java
+++ b/framework/src/main/java/cn/lili/modules/lmk/domain/entity/StoreCouponClaimRecord.java
@@ -26,6 +26,10 @@
     /** 浼樻儬鍗穒d */
     private String couponId;
 
+    @TableField("store_coupon_id")
+    /** 搴楅摵浼樻儬鍗峰叧鑱攊d */
+    private String storeCouponId;
+
     @TableField("coupon_name")
     /** 浼樻儬鍗峰悕绉� */
     private String couponName;
@@ -39,4 +43,9 @@
     private String userId;
 
 
+    @TableField("member_coupon_id")
+    /** 鐢ㄦ埛棰嗗彇浼樻儬鍗穒d
+     * */
+    private String memberCouponId;
+
 }

--
Gitblit v1.8.0