From 6c3c5f3fb28cc65684e065b60a09768cf8a77429 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期一, 29 九月 2025 23:45:13 +0800 Subject: [PATCH] 添加抽奖次数加锁 --- framework/src/main/java/cn/lili/modules/lmk/domain/entity/StoreCouponClaimRecord.java | 5 +++++ 1 files changed, 5 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 1fc7b8a..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 @@ -43,4 +43,9 @@ private String userId; + @TableField("member_coupon_id") + /** 鐢ㄦ埛棰嗗彇浼樻儬鍗穒d + * */ + private String memberCouponId; + } -- Gitblit v1.8.0