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