From 64afdb6371aef321db882f3659ba1d2c2e82ad41 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期五, 26 九月 2025 09:58:32 +0800 Subject: [PATCH] 扫码领取门店优惠卷调整 --- framework/src/main/java/cn/lili/modules/lmk/domain/entity/StoreCoupon.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/src/main/java/cn/lili/modules/lmk/domain/entity/StoreCoupon.java b/framework/src/main/java/cn/lili/modules/lmk/domain/entity/StoreCoupon.java index 94b9f67..93d29fa 100644 --- a/framework/src/main/java/cn/lili/modules/lmk/domain/entity/StoreCoupon.java +++ b/framework/src/main/java/cn/lili/modules/lmk/domain/entity/StoreCoupon.java @@ -24,11 +24,11 @@ @TableField("store_name") /** 搴楅摵鍚嶇О */ - private Long storeName; + private String storeName; @TableField("coupon_id") /** 浼樻儬鍗穒d */ - private Long couponId; + private String couponId; @TableField("coupon_name") /** 浼樻儬鍗峰悕绉� */ -- Gitblit v1.8.0