陶杰
2024-11-14 d94e7d6bbf23698c27147a60ee866c64b2d43775
src/main/java/com/mzl/flower/entity/coupon/CouponRecordDO.java
@@ -104,4 +104,14 @@
     */
    private Integer memberId;
    /**
     * 优惠券图片
     */
    private String imageUrl;
    /**
     * 优惠券描述(使用规则)
     */
    private String couponDescription;
}