From d33b041f4b2a63a22682c9b3f344ef35f84b4542 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期二, 30 九月 2025 14:37:36 +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 | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 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 f29c89a..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 @@ -24,7 +24,11 @@ @TableField("coupon_id") /** 浼樻儬鍗穒d */ - private Long couponId; + private String couponId; + + @TableField("store_coupon_id") + /** 搴楅摵浼樻儬鍗峰叧鑱攊d */ + private String storeCouponId; @TableField("coupon_name") /** 浼樻儬鍗峰悕绉� */ @@ -36,7 +40,12 @@ @TableField("user_id") /** 鐢ㄦ埛id */ - private Long userId; + private String userId; + @TableField("member_coupon_id") + /** 鐢ㄦ埛棰嗗彇浼樻儬鍗穒d + * */ + private String memberCouponId; + } -- Gitblit v1.8.0