zxl
2025-09-26 344f71dffe81149dd7e915a7fbf2cc819c434ee2
framework/src/main/java/cn/lili/modules/lmk/domain/entity/StoreCouponClaimRecord.java
@@ -26,6 +26,10 @@
    /** 优惠卷id */
    private String couponId;
    @TableField("store_coupon_id")
    /** 店铺优惠卷关联id */
    private String storeCouponId;
    @TableField("coupon_name")
    /** 优惠卷名称 */
    private String couponName;