zxl
2025-09-26 344f71dffe81149dd7e915a7fbf2cc819c434ee2
framework/src/main/java/cn/lili/modules/lmk/domain/entity/StoreCouponClaimRecord.java
@@ -24,7 +24,11 @@
    @TableField("coupon_id")
    /** 优惠卷id */
    private Long couponId;
    private String couponId;
    @TableField("store_coupon_id")
    /** 店铺优惠卷关联id */
    private String storeCouponId;
    @TableField("coupon_name")
    /** 优惠卷名称 */
@@ -36,7 +40,7 @@
    @TableField("user_id")
    /** 用户id */
    private Long userId;
    private String userId;
}