From 8fd3db7778b3991810d33ac4dffd2f9031b106fc Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期六, 11 十月 2025 16:37:32 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/user_action' into user_action
---
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